Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 13,737 for

pdfsaveoptions

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

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

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  2. MetafileRenderingOptions.use_emf_embedded_to_wm...

    MetafileRenderingOptions.use_emf_embedded_to_wmf property. Gets or sets a value determining how WMF metafiles with embedded EMF metafiles should be rendered....docx' ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Set the "EmfPlusDualRendering"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PdfDigitalSignatureDetails.timestamp_settings p...

    PdfDigitalSignatureDetails.timestamp_settings property. Gets or sets the digital signature timestamp settings....' ) # 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. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for JavaScript via C++. Ensure bookmarks remain intact regardless of page changes....SaveFormat , PdfBookmarkEntry , PdfSaveOptions } = AsposeCells ; AsposeCells...(... list ); // Create PdfSaveOptions and assign Bookmark to...

    docs.aspose.com/cells/javascript-cpp/add-pdf-bo...
  5. Utilizzo codifica ANSI e non Identity-H in conv...

    Buongiorno, in fase di conversione da docx a PDF utilizzando la compliance con PDF_UA i font utilizzati all’interno del PDF prodotto risultano con codifica ANSI. Com’è possibile forzare la codifica Identity-H? Grazie M…...per PDF PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/utilizzo-codifica-ansi-e-non...
  6. Word转pdf后多出一行 - Free Support Forum - aspose.com

    使用aspose.word 25.6版本将word转为pdf时 word中按中文习惯控制首尾字符,标点在最后时会压缩在同一行,转为PDF后标点符号换行 效果如下图所示: word文件如下: 中文习惯转pdf多一行.docx (66.8 KB)...docx"); // Create PdfSaveOptions and enable additional text...positioning PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/word-pdf/315348
  7. 使用 Python 将 LaTeX 转换为 PDF

    本简要指南介绍了如何在 Python 中将 TeX 转换为 PDF。它涵盖了环境配置设置、分步过程以及在 Python 中将 Latex 转换为 PDF 的工作示例代码。...TeXOptions 类实例启动转换选项 创建 PdfSaveOptions 类对象 将 LaTeX 转换为 PDF 文件...,创建 TeXOptions 类的实例并设置 PdfSaveOptions 类的不同属性。接下来,在 Python 中将...

    kb.aspose.com/zh/tex/python/convert-latex-to-pd...
  8. Ինչպես փոխարկել CSV-ն PDF-ի, օգտագործելով C#

    Այս հիմնական ձեռնարկը կբացատրի, թե ինչպես փոխարկել CSV-ն PDF-ի՝ օգտագործելով C#: Այն տրամադրում է քայլեր և գործարկման կոդ՝ CSV-ը PDF-ի փոխելու համար՝ օգտագործելով C#:...կարգավորումները Գործարկեք PdfSaveOptions-ը՝ ելքային PDF ֆայլի պարամետրերը...օգտագործելով վերևում կազմաձևված PdfSaveOptions դասի օբյեկտը Այս արագ քայլերը...

    kb.aspose.com/hy/cells/net/how-to-convert-csv-t...
  9. XPS to PDF Conversion | API for Python

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

    products.aspose.com/page/python-net/conversion/...
  10. Merge PostScript files to PDF using Java

    Merger PS functionality of Aspose.Page API solution for Java allows you to combine several PS files into a single PDF document.... 13 PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...line 19 //PdfSaveOptions options = new PdfSaveOptions(suppressErrors...

    docs.aspose.com/page/java/merge/ps/