Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 9,661 for

pdfsaveoptions

(0.04 sec)
  1. 使用 C++ 製作 HTML

    通過幾個步驟在 C++ 中創建一個新的 HTML。使用 C++ 庫輕鬆創建 HTML。...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...saveOptions = MakeObject<PdfSaveOptions>(); saveOptions->get_O...

    products.aspose.com/words/zh-hant/cpp/make/html/
  2. HTML Converter – HTML Conversions in C#

    Convert HTML to other formats using Aspose.HTML for .NET API or Online HTML Converter. Consider C# example of HTML to PNG transforming....'PDF'}} var options = new PdfSaveOptions(); {{/if_output}} {{#if_output...Convert HTML to PDF using PdfSaveOptions Convert HTML to PDF using...

    docs.aspose.com/html/net/html-converter/
  3. Convert SVG to PDF in Python – Aspose.HTML

    Use powerful Python API to convert SVG to PDF programmatically or convert SVG online using a free SVG Converter....{{#if_output 'PDF'}} options = PdfSaveOptions() {{/if_output}} {{#if_output...adjustments. Using the PdfSaveOptions class gives you full control...

    products.aspose.com/html/python-net/conversion/...
  4. How to Convert HTML Page to PDF in C#

    This article guides on how to convert HTML page to PDF in C#. It contains information to set the environment, a detailed step-wise process and a runnable sample code to convert HTML page to PDF using C#....Similarly, you may use the PdfSaveOptions class object while saving...

    kb.aspose.com/pdf/net/how-to-convert-html-page-...
  5. Getting error while converting word document to...

    GeneratedDoc.docx (23.0 KB) I am trying to convert this docx file to pdf using the below method. wordDocument.Save(pdfDocStream, Pdfsaveoptions); But I am getting null reference exception error on this line of code. H…...Save(pdfDocStream, pdfSaveOptions); But I am getting null...

    forum.aspose.com/t/getting-error-while-converti...
  6. Compress JPG In C#

    Compress JPG in C# without losing quality. Optimize JPG content, reduce file size easily....} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...

    products.aspose.com/words/net/compress/jpg/
  7. Compress WORD In C#

    Compress WORD in C# without losing quality. Optimize WORD content, reduce file size easily....} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...

    products.aspose.com/words/net/compress/word/
  8. Compress DOCX In C#

    Compress DOCX in C# without losing quality. Optimize DOCX content, reduce file size easily....} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...} var saveOptions = new PdfSaveOptions { CacheBackgroundGraph...

    products.aspose.com/words/net/compress/docx/
  9. Rendering Resource Sheet View

    Learn how to render resource sheet view of Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET....SaveOptions options = new PdfSaveOptions(); 8 options. PresentationFormat...

    docs.aspose.com/tasks/net/rendering-resource-sh...
  10. Replace tag with text in a textbox inside the W...

    Replace tags in worksheet textboxes programmatically using Aspose.Cells for C++....replaceParts [ i ]); } PdfSaveOptions opts ; wb . Save ( "outputReplaceTagWith...

    docs.aspose.com/cells/cpp/replace-tag-with-text...