Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 9,664 for

pdfsaveoptions

(0.05 sec)
  1. DmlEffectsRenderingMode enumeration | Aspose.Wo...

    aspose.words.saving.DmlEffectsRenderingMode enumeration. Specifies how DrawingML effects are rendered to fixed page formats....docx' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "DmlEffectsRenderingM"...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SaveOptions.update_fields property | Aspose.Wor...

    SaveOptions.update_fields property. Gets or sets a value determining if fields of certain types should be updated before saving the document to a fixed page format...' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Set the "UpdateFields"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PdfDigitalSignatureHashAlgorithm | Aspose.Words...

    Specifies a digital hash algorithm used by a digital signature in Java....pfx", "aw"); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions(); // Configure...

    reference.aspose.com/words/java/com.aspose.word...
  4. EPUB Converter – С# – Aspose.HTML for .NET

    In this article, you will learn about supported EPUB conversions and consider C# example of how to convert EPUB to PDF....instance of the PdfSaveOptions class 8 PdfSaveOptions options = new...new PdfSaveOptions(); 9 10 // Call the ConvertEPUB() method to...

    docs.aspose.com/html/net/epub-converter/
  5. Track Document Conversion Progress with Node.js...

    Learn how to track document conversion progress in Excel files using Aspose.Cells for Node.js via C++....const pdfSaveOptions = new AsposeCells . PdfSaveOptions (); pdfSaveOptions..."DocumentConversionPr.pdf" ), pdfSaveOptions ); The following is the...

    docs.aspose.com/cells/nodejs-cpp/track-document...
  6. PdfPermissions enumeration | Aspose.Words for P...

    aspose.words.saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF document....DOCUMENT_ASSEMBLY ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Enable encryption...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Convert HTML Page to PDF in C#

    This short tutorial guides on how to convert HTML page to PDF in C#. In C# create PDF from HTML is easily managed with the help of a few lines of code....conversion to PDF Initialize the PdfSaveOptions object to configure the...file. In the next step PdfSaveOptions class object is created...

    kb.aspose.com/html/net/how-to-convert-html-page...
  8. Ինչպես փոխարկել Word-ը PDF-ի C#-ի միջոցով

    Այս կարճ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել Word-ը PDF-ի՝ օգտագործելով C#: Դուք կարող եք վերահսկել Word-ը PDF-ի C#-ով արտահանելու գործընթացը՝ սահմանելով ելքային PDF տեսքը և այլ հատկություններ՝ այն բրաուզերում կամ որևէ այլ դիտիչում բացելիս:...DOCX ֆայլը և օգտագործելով PdfSaveOptions դասը՝ ելքային PDF-ը կարգավորելու...C#-ով Ստեղծեք և սկզբնավորեք PdfSaveOptions օբյեկտը` ելքային PDF-ը...

    kb.aspose.com/hy/words/net/how-to-convert-word-...
  9. Public API Changes in Aspose.Cells 8.7.0|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....0 has exposed the PdfSaveOptions.OptimizationType property...possible values for the PdfSaveOptions.OptimizationType property...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Convert Markdown to PDF in Java – Aspose.HTML f...

    Learn how to convert Markdown to PDF using Java library. Consider various Markdown to PDF conversion scenarios in Java code....convertHTML (document, new PdfSaveOptions(), "document-output.pdf"...files from . Save Options – PdfSaveOptions Class Aspose.HTML for Java...

    docs.aspose.com/html/java/convert-markdown-to-pdf/