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

pdfsaveoptions

(0.05 sec)
  1. 通过 Node.js 使用 C++ 自定义全局化设置的示例|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 (); options . setOnePagePerSheet...

    docs.aspose.com/cells/zh/nodejs-cpp/customize-g...
  2. Python API to Process SVG Files – Aspose.SVG

    Python library to parse SVG – load file, edit, and convert SVG to PDF, XPS, and Images. Use Python API to develop high-level software in Python!...set_extension(SkiaModule()) options = PdfSaveOptions() options.background_color...

    products.aspose.com/svg/python-net/
  3. 修改 XPS 页面事件 | Java

    学习如何使用 Aspose.Page API for Java 转换 XPS 文件时对所有输出页面进行重复更改...,我们将仅将所有页面的子集转换为 PDF,如 PdfSaveOptions.setPageNumbers() 方法所定义。...to PDF 9 PdfSaveOptions options = new PdfSaveOptions(); 10 //...

    docs.aspose.com/page/zh/java/xps/modifying-xps-...
  4. AsposeTeXforPython – 常见问题解答

    AsposeTeXforPython 的综合常见问题解答,详细介绍了如何安装纯 Python API、转换 LaTeX、管理字体、支持的包等等。...每种格式都可以通过特定的“SaveOptions”对象(例如“PdfSaveOptions”、“ImageSaveOptions”、“S...save ( "out.pdf" , tex. PdfSaveOptions ()) 默认情况下,所有使用的字体都会被嵌入;使用“PdfSaveOptions...

    docs.aspose.com/tex/zh/python-net/faq/
  5. docx转PDF,创建Document程序卡死 - Free Support Forum - ...

    版本:23.8 编程语言:java 现象: 在客户的阿里云云服务器(windows操作系统), 执行以下代码时(Document doc = new Document(new ByteArrayInputStream(bytes));),进程卡死 异常文件: 龙华站合同终止_通知函_20251125 补充非电 -1126 Clean.docx (37.7 KB) jstack命令输出结果:...PDF 保存选项) PdfSaveOptions pdfOptions = new PdfSaveOptions(); pdfOptions...

    forum.aspose.com/t/docx-pdf-document/322211
  6. Not synchronized with metadata property after P...

    Hola tengo un problema tras firmar pdf’s creo un pdf desde una plantilla de word con mergemail y todo ok Pdfsaveoptions opts = new Pdfsaveoptions(); opts.SaveFormat = Aspose.Words.SaveFormat.Pdf; opts.Compliance = P…...y todo ok PdfSaveOptions opts = new PdfSaveOptions(); opts.SaveFormat...

    forum.aspose.com/t/not-synchronized-with-metada...
  7. DOCX to PDF conversion consumes high CPU and se...

    Hi, we are using Java Aspose library version 25.2 to convert Word docs to PDF in bulk. Sometimes, we see our process hangs with high CPU usage for certain input Word docs. The stack trace often looks like this: at c…...PdfSaveOptions options = new com.aspose...aspose.words.PdfSaveOptions(); doc.save("abdde.pdf", options); Professionalize...

    forum.aspose.com/t/docx-to-pdf-conversion-consu...
  8. 环境配置 – Aspose.HTML for Java

    学习如何在应用程序运行时创建不同的环境配置--使用沙盒、运行时服务、网络服务等。...convertHTML (document, new PdfSaveOptions(), "sandboxing_out.pdf"...convertHTML (document, new PdfSaveOptions(), "user-agent-stylesheet_out...

    docs.aspose.com/html/zh/java/environment-config...
  9. Aspose.Email produces MHtml file with cutoff te...

    Hello, In the attached zip there are two files. One of them is the input EML file and the other is the MHtml, which is produced using Aspose.Email. The text on the third page is cutoff and cannot be read correctly. It i…... var pdfOptions = new PdfSaveOptions(); // from Aspose.Email...

    forum.aspose.com/t/aspose-email-produces-mhtml-...
  10. EPS to PDF Conversion API | C++

    EPS to PDF conversion provided by Aspose.Page for C++ API solution. Works in C++ Runtime Environment for Windows 32 bit, Windows 64 bit, and Linux 64 bit.... Create object of PdfSaveOptions Class to define additional...

    products.aspose.com/page/cpp/conversion/eps-to-...