Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 13,737 for

pdfsaveoptions

(1.11 sec)
  1. MetafileRenderingOptions.emfPlusDualRenderingMo...

    MetafileRenderingOptions.emfPlusDualRenderingMode property. Gets or sets a value determining how EMF+ Dual metafiles should be rendered....docx" ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); // Set the "EmfPlusDualRendering"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. OutlineOptions.default_bookmarks_outline_level ...

    OutlineOptions.default_bookmarks_outline_level property. Specifies the default level in the document outline at which to display Word bookmarks....docx' ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Set the "PageMode"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. [Tracking revision] Numbering don't applied spe...

    Hello ! We are a software publisher using your library for our Web application. And we used Aspose.Word for converting Word to Pdf. I have this file containing numbering : Test aspose.docx (16.5 KB) when i tried to …...FileInfo(dest); PdfSaveOptions saveOptions = new PdfSaveOptions(){ SaveFormat...

    forum.aspose.com/t/tracking-revision-numbering-...
  4. Converting word document to pdf causes a table ...

    Hi, i want to convert a word document into a PDF document. When converting test file “Test OK.docm” to PDF document, everything seems to be fine. The table on first page will not be moved. When converting test file “T…... Use PdfSaveOptions : When saving the document...document to PDF, you can use PdfSaveOptions to control various aspects...

    forum.aspose.com/t/converting-word-document-to-...
  5. How to Convert RTF to PDF using C++

    This short tutorial guides on how to convert RTF to PDF using C++. It provides necessary information to configure the environment and runnable code to export RTF to PDF using C++....conversion to PDF in C++ Create PdfSaveOptions class object to customize...options available in the PdfSaveOptions class. Code to Change RTF...

    kb.aspose.com/words/cpp/how-to-convert-rtf-to-p...
  6. Convert Farsi document with embeded objects and...

    When converting a Farsi document with Farsi numbering to pdf, the resulting pdf’s numbering is shows with European numbers, so I added the saveOptions to convert the numbers to Arabic format like so: var saveOptions = n…...so: var saveOptions = new PdfSaveOptions(); saveOptions.NumeralFormat...Instance; var saveOptions = new PdfSaveOptions(); saveOptions.NumeralFormat...

    forum.aspose.com/t/convert-farsi-document-with-...
  7. TIF to PDFA conversion using Aspose JAVA API is...

    Hi Team, When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…...properties of PdfOptions and PdfSaveOptions are disabled unless you... import com.aspose.pdf.PdfSaveOptions; import com.aspose.pdf...

    forum.aspose.com/t/tif-to-pdfa-conversion-using...
  8. DownsampleOptions.resolution_threshold property...

    DownsampleOptions.resolution_threshold property. Specifies the threshold resolution in pixels per inch...docx' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # By default, Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 用JavaScript通过C++将所有工作表列适应在单个PDF页面上|Documentation

    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.... PdfSaveOptions.allColumnsInOnePageP 属...作表中的数据。 使工作表列适合单个PDF页面 PdfSaveOptions.allColumnsInOnePageP 确...

    docs.aspose.com/cells/zh/javascript-cpp/fit-all...
  10. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....PDF format PdfSaveOptions options = new PdfSaveOptions (); // set...options class PdfSaveOptions options = new PdfSaveOptions (); //set...

    docs.aspose.com/diagram/zh/java/convert-visio-t...