Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 9,635 for

pdfsaveoptions

(0.04 sec)
  1. Aspose::Words::Saving::DownsampleOptions::get_R...

    Aspose::Words::Saving::DownsampleOptions::get_ResolutionThreshold method. Specifies the threshold resolution in pixels per inch. If resolution of an image in the document is less than threshold value, the downsampling algorithm will not be applied. A value of 0 means the threshold check is not used and all images that can be reduced in size are downsampled in C++....docx" ); // Create a "PdfSaveOptions" object that we can pass...options = MakeObject < PdfSaveOptions > (); // By default, Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. PdfDigitalSignatureTimestampSettings.password p...

    PdfDigitalSignatureTimestampSettings.password property. Timestamp server password...." ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Create a digital...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PdfDigitalSignatureTimestampSettings.user_name ...

    PdfDigitalSignatureTimestampSettings.user_name property. Timestamp server user name....' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Create a digital signature...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert Excel file to PDF format compatible wit...

    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....Developers may use the PdfSaveOptions class to set different...different properties of the PdfSaveOptions class gives you control...

    docs.aspose.com/cells/net/convert-excel-file-to...
  5. Aspose::Words::Saving::PdfZoomBehavior enum | A...

    Aspose::Words::Saving::PdfZoomBehavior enum. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer in C++...." ); // Create a "PdfSaveOptions" object that we can pass...options = MakeObject < PdfSaveOptions > (); options -> set_ZoomBehavior...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. NumeralFormat enumeration | Aspose.Words for No...

    Aspose.Words.Saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats....50, 100" ); // Create a "PdfSaveOptions" object that we can pass...options = new aw . Saving . PdfSaveOptions (); // Set the "NumeralFormat"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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....in output Documents by PdfSaveOptions.Producer property. Direct...may also opt to use the PdfSaveOptions class to set different...

    docs.aspose.com/cells/net/convert-excel-to-pdf/
  8. 使用Python.NET计算Excel 2016的MINIFS和MAXIFS函数|Docume...

    了解如何使用Aspose.Cells for Python via .NET API计算Excel 2016的MINIFS和MAXIFS函数,并附有示例代码。...cells import Workbook , PdfSaveOptions # For complete examples...in pdf format options = PdfSaveOptions () options . one_page_per_sheet...

    docs.aspose.com/cells/zh/python-net/calculation...
  9. 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-...
  10. 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...