Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 9,624 for

pdfsaveoptions

(0.05 sec)
  1. PdfTextCompression enumeration | Aspose.Words f...

    aspose.words.saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images....' ) i += 1 # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "TextCompression"...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfTextCompression enumeration | Aspose.Words f...

    Aspose.Words.Saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images...." ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Set the "TextCompression"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PdfDigitalSignatureDetails.HashAlgorithm | Aspo...

    Discover the PdfDigitalSignatureDetails HashAlgorithm property—efficiently manage and customize your hash algorithms for enhanced digital security...., "aw" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Convert Word Form Fields to PDF Form fields - F...

    Hi, If I have a word document with Form Fields, then how can I convert the document to PDF document with PDF Form Fields. Currently if I do doc.Save() with target file extension as PDF, it just converts the word to PDF …...fields, you can use the PdfSaveOptions class in Aspose.Words....ield.docx"); // Create PdfSaveOptions and set PreserveFormFields...

    forum.aspose.com/t/convert-word-form-fields-to-...
  5. MetafileRenderingOptions.EmulateRenderingToSize...

    Discover how the EmulateRenderingToSizeOnPage property enhances metafile rendering, ensuring accurate display sizes for optimal visual results....docx" ); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Ինչպես փոխարկել OBJ-ը PDF-ի Java-ում

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել OBJ-ը PDF-ի Java-ում: Այն պարունակում է IDE կարգավորումներ, քայլերի ցանկ և գործարկվող կոդ՝ Java-ում OBJ-ի PDF փոխարկիչ մշակելու համար:...ֆայլը կարող է հարմարեցվել PdfSaveOptions դասի միջոցով՝ միաժամանակ...Scene դասի օբյեկտ Ստեղծեք PdfSaveOptions դասի օբյեկտի օբյեկտ Սահմանեք...

    kb.aspose.com/hy/3d/java/how-to-convert-obj-to-...
  7. OutlineOptions.DefaultBookmarksOutlineLevel | A...

    Discover how the DefaultBookmarksOutlineLevel property enhances your Word documents by optimizing bookmark visibility in the outline. Boost productivity today!...docx" ); // Create a "PdfSaveOptions" object that we can pass....PDF. PdfSaveOptions saveOptions = new PdfSaveOptions (); //...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfDigitalSignatureDetails.CertificateHolder | ...

    Discover the PdfDigitalSignatureDetails CertificateHolder property. Access the certificate holder object for enhanced document signing security...., "aw" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  9. How to change table direction LTR to RTL - Free...

    I am trying to create a report in arabic and english for shane content report has a table , in case of arabic report table is printing properly RTL if i save word file to PDF but it is not working in case of Savind word …...file PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); wordDoc...wordDoc.save(os, pdfSaveOptions); //report.setBase64(Base64.getEncoder()...

    forum.aspose.com/t/how-to-change-table-directio...
  10. How to Convert OBJ to PDF in Java

    This article guides on how to convert OBJ to PDF in Java. It contains the IDE settings, a list of steps, and a runnable sample code to develop an OBJ to PDF converter in Java....be customized using the PdfSaveOptions class while saving the...Create an object of the PdfSaveOptions class object Set properties...

    kb.aspose.com/3d/java/how-to-convert-obj-to-pdf...