Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 12,086 for

pdfsaveoptions

(0.04 sec)
  1. PdfPageMode | Aspose.Words for Java

    Specifies how the PDF document should be displayed when opened in the PDF reader in Java...."); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions(); // Set...

    reference.aspose.com/words/java/com.aspose.word...
  2. SaveOptions.Dml3DEffectsRenderingMode | Aspose....

    Discover the SaveOptions Dml3DEffectsRenderingMode property to easily control 3D effect rendering for enhanced visual quality in your applications....warningCallback ; PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...Save ( ArtifactsDir + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. DownsampleOptions.ResolutionThreshold | Aspose....

    Optimize your images with the DownsampleOptions ResolutionThreshold property. Control downsampling based on resolution for better performance and quality....docx" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // By...

    reference.aspose.com/words/net/aspose.words.sav...
  4. FixedPageSaveOptions.NumeralFormat | Aspose.Wor...

    Discover the FixedPageSaveOptions NumeralFormat property to customize numeral rendering. Easily switch to European numerals for enhanced document presentation....50, 100" ); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PdfSaveOptions.image_color_space_export_mode pr...

    Pdfsaveoptions.image_color_space_export_mode property. Specifies how the color space will be selected for the images in PDF document....image_color_space_export_mode property PdfSaveOptions.image_color_space_export_mode...SIMPLE_CMYK value is specified, PdfSaveOptions.image_compression option...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PdfSaveOptions.cache_background_graphics proper...

    Pdfsaveoptions.cache_background_graphics property. Gets or sets a value determining whether or not to cache graphics placed in document's background....cache_background_graphics property PdfSaveOptions.cache_background_graphics...save_options = aw . saving . PdfSaveOptions () save_options . cach...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Dml3DEffectsRenderingMode Enum | Aspose.Words f...

    Discover how to enhance your documents with Aspose.Words' Dml3DEffectsRenderingMode enum for superior 3D shape rendering and visual impact....warningCallback ; PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...Save ( ArtifactsDir + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/net/aspose.words.sav...
  8. System.Drawing.Common dependency on linux envir...

    We are facing an issue when trying to convert a PostScript file to PDF in containerized Linux environments (.NET 9). When calling the SaveAsPdf method on a PsDocument, the following exception is thrown: pgsql CopyEdit …...SaveAsPdf(Stream pdfStream, PdfSaveOptions options) The Aspose libraries...PsDocument(fs); PdfSaveOptions options = new PdfSaveOptions(true); //...

    forum.aspose.com/t/system-drawing-common-depend...
  9. How to Convert MPP to PDF using Java

    This quick tutorial guides you on how to convert MPP to PDF using Java. It contains the configuration details, a sequence of steps and runnable sample code for writing MPP to PDF converter using Java....object Instantiate the PdfSaveOptions class object Set the page...page size property in the PDFSaveOptions object Convert the MPP...

    kb.aspose.com/tasks/java/how-to-convert-mpp-to-...
  10. Convert SVG to PDF – Aspose.HTML for Java

    Convert SVG to PDF using Aspose.HTML for Java. Consider various SVG to PDF conversion scenarios and learn how to use Pdfsaveoptions....file, an instance of the PdfSaveOptions class, and the output file...convertSVG (code, "." , new PdfSaveOptions(), "output.pdf" ); Exa...

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