Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 13,737 for

pdfsaveoptions

(0.1 sec)
  1. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in textboxes within Excel worksheets using Aspose.Cells for Python via .NET....cells import Workbook , PdfSaveOptions # For complete examples...f "<{t}>" , r ) opts = PdfSaveOptions () if not os . path . exists...

    docs.aspose.com/cells/python-net/replace-tag-wi...
  2. Mht to pdf, exception is thrown "Incompatible u...

    language java 21 library aspose-html 25.2.2 During conversion from mht to pdf, exception is thrown “Incompatible unit types.”. Output pdf gets generated but the content is getting cut. contents are missing input file …... Use PdfSaveOptions : When converting, you...you can customize the PdfSaveOptions to better handle the content...

    forum.aspose.com/t/mht-to-pdf-exception-is-thro...
  3. OutlineOptions.headingsOutlineLevels property |...

    OutlineOptions.headingsOutlineLevels property. Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline....2" ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // The output PDF document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. How to Convert TeX to PDF in C#

    This basic tutorial guides how to convert TeX to PDF in C#. It covers the system configuration information, step-by-step procedure, and a runnable code sample to convert Latex to PDF in C#....saving in PDF format with PdfSaveOptions class Run LaTeX to PDF...TeXOptions class and set the PdfSaveOptions for the output file. Subsequently...

    kb.aspose.com/tex/net/how-to-convert-tex-to-pdf...
  5. Keeping paragraph format after merging odt docu...

    Good afternoon, I have the following problem (I use Aspose Words 26.2), an odt document with a weird list structure is loosing the format when involved in an odt files merge opration. Even if it is the only file involve…...PDF")) { PdfSaveOptions pso = new PdfSaveOptions(); pso.set...

    forum.aspose.com/t/keeping-paragraph-format-aft...
  6. EPS to PDF Conversion | API for Python

    Sample Python conversion code for EPS format to PDF file. Use this example code to convert EPS to PDF within any Web or Console Python based application....Create and set instances of PdfSaveOptions and PdfDevice classes Call...method with objects of PdfSaveOptions and PdfDevice as parameters...

    products.aspose.com/page/python-net/conversion/...
  7. Extra page being added in Visio conversion - Fr...

    ● Aspose.Diagram Bug Report: Production License Exposes Background=2 Pages Creating Blank PDF Pages ─ Issue Summary When converting certain Visio (.vsd) files to PDF using Aspose.Diagram with a production license, the…...PdfSaveOptions; import com.aspose.diagram..."output-trial.pdf"; PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/extra-page-being-added-in-vi...
  8. How to Convert OBJ to PDF in C#

    This short tutorial explains how to convert OBJ to PDF in C#. It includes the steps to explain the algorithm, and a sample code to convert OBJ to 3D PDF in C#....Initialize an object of PdfSaveOptions class Call the Save method...then you can work with PdfSaveOptions class to set different...

    kb.aspose.com/3d/net/how-to-convert-obj-to-pdf-...
  9. Ինչպես ստեղծել PDF Excel-ից Java-ում

    Այս կարճ ձեռնարկում մենք կսովորենք, թե ինչպես ստեղծել PDF Excel-ից Java-ում: Այս առաջադրանքները կարող եք կատարել macOS-ում, Linux-ում և Windows-ում:...Դուք կարող եք օգտագործել PdfSaveOptions դասի օբյեկտը՝ նախքան այն...պարամետրերը և փոխանցեք PdfSaveOptions դասի օբյեկտը որպես save()...

    kb.aspose.com/hy/cells/java/how-to-generate-pdf...
  10. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT format in Java....ack); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...save(getArtifactsDir() + "PdfSaveOptions.Dml3DEffectsRenderin.pdf"...

    reference.aspose.com/words/java/com.aspose.word...