Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 9,635 for

pdfsaveoptions

(0.04 sec)
  1. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with C++....Developers may use the PdfSaveOptions class to set different...different properties of the PdfSaveOptions class gives you control...

    docs.aspose.com/cells/cpp/convert-excel-file-to...
  2. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A compliant PDF files using Aspose.Cells for Node.js via C++....Developers may use the PdfSaveOptions class to set different...different properties of the PdfSaveOptions class gives you control...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  3. MetafileRenderingOptions.EmulateRasterOperation...

    Discover the MetafileRenderingOptions EmulateRasterOperations property to control raster operation emulation, enhancing your rendering capabilities effectively....VectorWithFallback ; // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 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...
  5. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the 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. DownsampleOptions.downsample_images property | ...

    DownsampleOptions.downsample_images property. Specifies whether images should be downsampled....docx' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # By default, Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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 = new aw . Saving . PdfSaveOptions (); // Set the "DmlEffectsRenderingM"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::PdfEncryptionDetails::ge...

    Aspose::Words::Saving::PdfEncryptionDetails::get_Permissions method. Specifies the operations that are allowed to a user on an encrypted PDF document. The default value is DisallowAll in C++....DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = MakeObject < PdfSaveOptions > (); // Enable encryption...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Saving::PdfCustomPropertiesExpor...

    Aspose::Words::Saving::PdfCustomPropertiesExport enum. Specifies the way CustomDocumentProperties are exported to PDF file in C++....value" )); // Create a "PdfSaveOptions" object that we can pass...options = MakeObject < PdfSaveOptions > (); // Set the "CustomPropertiesExpo"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. How to Convert PS to PDF in Java

    This article guides on how to convert PS to PDF in Java. It has all the IDE settings, the list of programming tasks, and a runnable sample code to transform PostScript to PDF in Java....PS file stream Create a PdfSaveOptions object using the desired...the PDF file using the PdfSaveOptions class object customized...

    kb.aspose.com/page/java/how-to-convert-ps-to-pd...