Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 9,664 for

pdfsaveoptions

(0.04 sec)
  1. PdfDigitalSignatureDetails.location property | ...

    PdfDigitalSignatureDetails.location property. Gets or sets the location of the signing....pfx' , 'aw' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Configure the "di...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.is_heading property | Aspose.Wo...

    ParagraphFormat.is_heading property. True when the paragraph style is one of the built-in Heading styles....2' ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () save_options . save_format...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 用C++跟踪文档转换进度|Documentation

    学习如何使用Aspose.Cells在C++中跟踪文档转换进度,以增强应用程序的可用性。...inputFilePath ); PdfSaveOptions pdfSaveOptions ; TestPageSavingCallba...TestPageSavingCallba callback ; pdfSaveOptions . SetPageSavingCallbac ( &...

    docs.aspose.com/cells/zh/cpp/track-document-con...
  4. Convert EPUB to PDF – Aspose.HTML for Python vi...

    Convert EPUB to PDF using Aspose.HTML Python library. Consider various EPUB to PDF conversion scenarios in Python code examples....{{#if_output 'PDF'}} options = PdfSaveOptions() {{/if_output}} {{#if_output...convert EPUB to PDF using PdfSaveOptions programmatically, please...

    docs.aspose.com/html/python-net/convert-epub-to...
  5. PageSet.even property | Aspose.Words for Node.js

    PageSet.even property. Gets a set with all the even pages of the document in their original order....PageBreak ); } // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Below are three...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Convert Microsoft Project MPP file to PDF

    Aspose.Tasks for .NET provides the ability to convert MPP or MPX files to PDF. To tune the result PDF document one can use Pdfsaveoptions....with default settings or PdfSaveOptions to customize export options...SaveOptions options = new PdfSaveOptions(); 3 4 // Set option fit...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  7. PdfDigitalSignatureDetails constructor | Aspose...

    aspose.words.saving.PdfDigitalSignatureDetails constructor...pfx' , 'aw' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Configure the "di...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Supported Font Formats with C++|Documentation

    Learn about the supported font formats in Aspose.Cells for C++....DefaultFont property of PdfSaveOptions and ImageOrPrintOptions...

    docs.aspose.com/cells/cpp/supported-font-formats/
  9. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to Convert XLSX to PDF having Restricted Pe...

    This topic provides details about how to convert XLSX to PDF having restricted permissions using C#....output PDF file, initialize PDFSaveOptions instance To set security...SecurityOptions parameter in PDFSaveOptions instance Set the copy/extract...

    kb.aspose.com/cells/net/how-to-convert-xlsx-to-...