Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 13,737 for

pdfsaveoptions

(0.09 sec)
  1. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....inputFilePath ); // Instantiate PDFSaveOptions to manage security attributes...attributes PdfSaveOptions saveOption ; // Create and configure PDF...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  2. 使用 Java 将 PostScript 文件合并为 PDF

    Aspose.Page API 解决方案的 Java 版 PS 合并功能允许您将多个 PS 文件合并为一个 PDF 文档。... 13 PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...line 19 //PdfSaveOptions options = new PdfSaveOptions(suppressErrors...

    docs.aspose.com/page/zh/java/merge/ps/
  3. Question about behavior Mail to PDf Conversion ...

    Hello, if we converting EMails to PDF, the fields FROM and TO contains only the name in the PDF, not the Mail Address. Is it possible to hav the Mail Adress AND the name in the fields FROM, TO, CC, …? Here is our code…...Save(outputFile, new PdfSaveOptions()); } } } catch (Exception...wordDocument.Save(outputFile, new PdfSaveOptions()); } } Why it works –...

    forum.aspose.com/t/question-about-behavior-mail...
  4. Aspose.Page for Python – 常见问题

    全面的常见问题解答,涵盖 Aspose.Page 纯 Python 库的安装、许可、支持的格式、转换、渲染、编辑、性能和故障排除。... PdfSaveOptions () 5 doc. save ( ' sample...PDF 元数据,例如标题和作者? 答: 使用 PdfSaveOptions 对象: Copy 1 pdf_opt = ap...

    docs.aspose.com/page/zh/python-net/faq/
  5. Aspose is unable to convert html to pdf - Free ...

    Please find attached zip file. The zip file contains the code POC and the HTML file. We are trying to convert given html to PDF using following code. But when the code reaches to Converter.ConvertHTML it gets stuck there…...var pdfSaveOptions = new Aspose.Html.Saving.PdfSaveOptions();...PdfSaveOptions(); pdfSaveOptions.PageSetup.AnyPage.Size = new Aspose.Html.Drawing...

    forum.aspose.com/t/aspose-is-unable-to-convert-...
  6. 使用JavaScript通过C++在渲染Excel到PDF时忽略错误|Documentation

    学习在使用Aspose.Cells for Java脚本通过C++将Excel文件转换为PDF的过程中,如何忽略错误。...您可以使用 PdfSaveOptions.ignoreError 属性在转换过程中忽略...时出现错误,发生在17.11版本中,但由于使用 PdfSaveOptions.ignoreError 属性,不会抛出错误。不过截图中显示的一个...

    docs.aspose.com/cells/zh/javascript-cpp/ignore-...
  7. How to Change CSV to PDF in Node.js

    This short tutorial entails details about how to change CSV to PDF in Node.js. You can convert a file from CSV to PDF in Node.js using an easy API interface in operating systems like Windows, Linux or macOS....Create an instance of the PdfSaveOptions class to configure the...using an instance of the PdfSaveOptions class. Finally, we will...

    kb.aspose.com/cells/nodejs/how-to-change-csv-to...
  8. Embedded doc images distorted when converting t...

    Hello, After a version upgrade from 25.1 to 25.8, our team found embedded images are distorted when we convert the attached doc file to pdf. Using version 25.3 images are rendered correctly, but from version 25.4+ imag…...Cpp/Saving/PdfSaveOptions.h> using namespace Aspose::Words;...pdfOptions = MakeObject<PdfSaveOptions>(); // Turn off the new...

    forum.aspose.com/t/embedded-doc-images-distorte...
  9. Docx-Pdf: Long running conversion issue: JAVA -...

    Hi , We are having l Supplemental_file.docx (2.5 MB) which impacting many of our clients specially from China. Please find snippet from our POM <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-cells</…...lines: PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/docx-pdf-long-running-conver...
  10. 使用 C++ 保护 PDF 文件|Documentation

    了解如何使用 Aspose.Cells 与 C++,为 PDF 文件设置所有者密码和用户密码以实现保护。...inputFilePath ); // Instantiate PDFSaveOptions to manage security attributes...attributes PdfSaveOptions saveOption ; // Create and configure PDF...

    docs.aspose.com/cells/zh/cpp/secure-pdf-documents/