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

pdfsaveoptions

(0.04 sec)
  1. 处理存储在 SharePoint Online 中的文档|.NET 格式的 Aspose.Words

    使用 C# 将 SharePoint 中共享的 Word 转换为 PDF。处理存储在 SharePoint 中的文档 - 各种输入格式,包括 Word、OpenOffice、图像和电子书。...(); var saveOptions = new PdfSaveOptions (); doc . Save ( outputStream...有关页面布局的更多信息,请参阅 转换为固定页面格式 文章 有关使用 PdfSaveOptions 类的更多信息,请参阅 转换为 PDF 时指定渲染选项...

    docs.aspose.com/words/zh/net/work-with-document...
  2. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library.... For example, there is PdfSaveOptions for the SaveFileFormat...

    docs.aspose.com/diagram/net/save-visio-document/
  3. Fonts usage in Aspose.Words on Windows - Free S...

    I want to clarify a few things about using non-standard fonts on Windows. The documentation says that only the default instance is supported for ‘OpenType Font Variations’. I attached a sample of the font. a) Is tha…...false)}); var optPdf = new PdfSaveOptions(); doc.Save(fontDir + "test...

    forum.aspose.com/t/fonts-usage-in-aspose-words-...
  4. Sandboxing – Secure Code Execution – C#

    Learn how to use sandbox flags and create a sandbox environment where the C# application runs using Aspose.HTML for .NET....ConvertHTML (document, new PdfSaveOptions(), Path. Combine (OutputDir...ConvertHTML (document, new PdfSaveOptions(), Path. Combine (OutputDir...

    docs.aspose.com/html/net/sandboxing/
  5. 用 C++ 替换工作表内文本框中的标签为文本|Documentation

    使用 Aspose.Cells for C++ 编程方式替换工作表文本框中的标签。...replaceParts [ i ]); } PdfSaveOptions opts ; wb . Save ( "outputReplaceTagWith...

    docs.aspose.com/cells/zh/cpp/replace-tag-with-t...
  6. Modifying XPS page on events | Java

    Learn how to make repeating changes to all output pages while convering an XPS file with Aspose.Page API for Java...PDF, as defined by the PdfSaveOptions.setPageNumbers() method...to PDF 12 PdfSaveOptions options = new PdfSaveOptions(); 13 //...

    docs.aspose.com/page/java/xps/modifying-xps-pag...
  7. 使用 C# 格式化 PDF 文档|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。使用下一个代码片段来解决您的任务。...Document ( fs )) { // Create PdfSaveOptions and specify Default Font...Name var pdfSaveOptions = new Aspose . Pdf . PdfSaveOptions { DefaultFontName...

    docs.aspose.com/pdf/zh/net/formatting-pdf-docum...
  8. Convert GLTF to PDF via Python | products.aspos...

    Sample code for GLTF to PDF Python conversion. Use API example code for batch GLTF files to PDF conversion within VB.NET, Asp.NET or any .NET based application....file extension & object of PdfSaveOptions Check resultant PDF file...

    products.aspose.com/3d/python-net/conversion/gl...
  9. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。...; // Save in Pdf format PdfSaveOptions saveOptions ; workbook...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  10. Filter Objects while loading Workbook or Worksh...

    Learn how to filter objects like charts, shapes, and conditional formatting while loading workbooks or worksheets using Aspose.Cells for C++....worksheet to a single PDF page PdfSaveOptions pOptions ; pOptions . SetOnePagePerSheet...

    docs.aspose.com/cells/cpp/filter-objects-while-...