Home
last modified time | relevance | path

Searched refs:toPDF (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFObject.java218 byte[] pdf = this.toPDF(); in output()
238 protected byte[] toPDF() { in toPDF() method in PDFObject
H A DPDFCharProcs.java62 public byte[] toPDF() { in toPDF() method in PDFCharProcs
H A DPDFCIDFont.java253 public byte[] toPDF() { in toPDF() method in PDFCIDFont
267 bout.write(systemInfo.toPDF()); in toPDF()
H A DPDFCIDSystemInfo.java73 public byte[] toPDF() { in toPDF() method in PDFCIDSystemInfo
H A DFileIDGenerator.java93 digest.update(document.getInfo().toPDF()); in generateFileID()
H A DPDFWArray.java91 public byte[] toPDF() { in toPDF() method in PDFWArray
H A DPDFOutputIntent.java131 public byte[] toPDF() { in toPDF() method in PDFOutputIntent
H A DPDFFunction.java105 public byte[] toPDF() { in toPDF() method in PDFFunction
H A DPDFOutline.java132 protected byte[] toPDF() { in toPDF() method in PDFOutline
H A DPDFInfo.java214 public byte[] toPDF() { in toPDF() method in PDFInfo
H A DPDFColor.java457 public byte[] toPDF() { in toPDF() method in PDFColor
H A DPDFPattern.java332 public byte[] toPDF() { in toPDF() method in PDFPattern
H A DPDFEncryptionJCE.java736 public byte[] toPDF() { in toPDF() method in PDFEncryptionJCE
/dports/math/R/R-4.1.2/src/library/utils/R/
H A DSweave.R466 toPDF <- FALSE functionVar
503 toPDF <- TRUE
518 args <- list(file=file, tangle=FALSE, latex=toPDF, engine=engine, clean=clean)
527 if (toPDF && compact != "no"
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A DSweave.R466 toPDF <- FALSE functionVar
503 toPDF <- TRUE
518 args <- list(file=file, tangle=FALSE, latex=toPDF, engine=engine, clean=clean)
527 if (toPDF && compact != "no"
/dports/textproc/p5-CAM-PDF/CAM-PDF-1.60/t/
H A Dpdf.t104 ok($doc->toPDF() eq $content, 'toPDF');
232 my $serialized = $doc->toPDF();
/dports/german/BBBike/BBBike-3.18/BBBikeDraw/
H A DPDFUtil.pm124 my $pdf_contents = $pdf->toPDF;
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/pdf/
H A DPDFEncryptionJCETestCase.java229 byte[] encryptionDictionary = encryptionObject.toPDF(); in test()
471 String dictionary = new String(encryption.toPDF()); in testAES256()
/dports/textproc/p5-CAM-PDF/CAM-PDF-1.60/
H A DCHANGES325 - Add toPDF() and needsSave() methods.
/dports/textproc/p5-CAM-PDF/CAM-PDF-1.60/lib/CAM/
H A DPDF.pm420 sub toPDF subroutine