Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 13,737 for

pdfsaveoptions

(0.04 sec)
  1. 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...
  2. Convert EPS files using API for Java

    EPS to PDF conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here.... PdfSaveOptions options = new PdfSaveOptions(suppressErrors);...line // PdfSaveOptions options = new PdfSaveOptions(suppressErrors...

    docs.aspose.com/page/java/convert-eps/
  3. Issue with text placeholders in table cells whe...

    I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later filling custom tags in the PDF using Aspose.PDF.Drawing. We use a custom tagging format in the DOCX files: #REG_DATUMS# #RE…...example, you can set the PdfSaveOptions to control how the document...docx"); PdfSaveOptions options = new PdfSaveOptions(); options...

    forum.aspose.com/t/issue-with-text-placeholders...
  4. SaveOptions.MemoryOptimization | Aspose.Words f...

    Enhance document performance with the SaveOptions MemoryOptimization property. Control memory usage before saving, boosting efficiency and speed....docx" ); // Create a "PdfSaveOptions" object that we can pass...Save ( ArtifactsDir + "PdfSaveOptions.MemoryOptimization.pdf"...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose设置的时间格式失效 - Free Support Forum - aspose.com

    aspose设置的时间格式失效 时间格式设置为yyyy-MM-dd.png (72.1 KB) 时间格式未生效.png (46.4 KB)...// 2️⃣ 使用 PdfSaveOptions PdfSaveOptions pdfSaveOptions = new PdfSaveOptions();...PdfSaveOptions(); pdfSaveOptions.AllColumnsInOnePageP = true;...

    forum.aspose.com/t/aspose/323962
  6. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving in Java....VECTOR_WITH_FALLBACK); // Create a "PdfSaveOptions" object that we can pass...operation. PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. Specify Save Options in Python|Aspose.Words for...

    More accurately control the save process using Python.... for example, there is PdfSaveOptions for saving to PDF format...options = aw . saving . PdfSaveOptions () options . update_created_time_property...

    docs.aspose.com/words/python-net/specify-save-o...
  8. Java XPS to PDF Conversion API

    Sample Java conversion code for XPS format to PDF file. Use this example code to convert XPS to PDF within any Web or Desktop Java based application....an instance of PDFSaveOptions PDFSaveOptions options = new PDFSaveOptions();...

    products.aspose.com/page/java/conversion/xps-to...
  9. Convert Numbers File to PDF in Java

    This article guides on how to convert numbers file to PDF in Java. It has details to set the IDE, a list of steps, and a sample code to transform numbers file to PDF in Java....the watermark Create the PdfSaveOptions object to customize the...object, and create the PdfSaveOptions class object. Set the list...

    kb.aspose.com/cells/java/convert-numbers-file-t...
  10. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/zh-hant/java/make/md/