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

pdfsaveoptions

(0.05 sec)
  1. 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...
  2. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/
  3. 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-...
  4. 使用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-...
  5. 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...
  6. 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...
  7. 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...
  8. 使用 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/
  9. Aspose.CellsでExcelファイルをPDF形式に変換するとExcelでの見た目とPD...

    Aspose.Cells for .NET(25.10.0)を利用しています。 Aspose.CellsでExcelワークブックをPDFに変換する際に、 Excel上にある文字がExcelワークブックの見た目と異なり重なってPDFに変換されてしまいます。 求める結果としてはExcel本体の機能のPDF変換と同等のPDF変換処理ができ、Excel上の見た目とPDF変換後の見た目が同じになることです。 本件の対処方法を教えてください…...PDF変換時にフォントを埋め込む設定 PdfSaveOptions options = new PdfSaveOptions(); options...PDF変換時にフォントを埋め込む設定 PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/aspose-cells-excel-pdf-excel...
  10. 使用 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/