Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 61,126 for

path

(0.11 sec)
  1. 如何使用 C++ 删除 Redaction 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Redaction 注解的源代码... Path . Combine ( _dataDir , "sample_Redaction...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Redaction_del...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  2. SVG to PPTX Converter using Python | Aspose.PDF

    Sample code on Python for SVG to PPTX conversion. Use example code for batch SVG to PPTX conversion with Python and .NET... Specify the path to the input PDF document by...apdf from os import path path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/s...
  3. PDF to HTML Converter using Python | Aspose.PDF

    Sample code on Python for PDF to HTML conversion. Use example code for batch PDF to HTML conversion with Python and .NET... Specify the path to the input PDF document by...apdf from os import path path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/p...
  4. Fonts are missing in pdf after word to pdf conv...

    we have created one azure web app which convert word to pdf using aspose but after conversion “Source sans pro” font is missing in pdf. same issue we were reproduce it on local but after installation of “Source sans pro…...docx" with the path to your Word document and "output...pdf" with the desired output path for the PDF. Next Steps Implement...

    forum.aspose.com/t/fonts-are-missing-in-pdf-aft...
  5. FieldFileName Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFileName class, designed to simplify FILENAME field implementation for seamless document automation....whether to include the full file path name. IsDirty { get; set; }...not its full local file system path. // We can set a flag to make...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Import XML into Excel Workbook with C++|Documen...

    Import data from an XML data file into Microsoft Excel using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/import-xml-map-inside...
  7. 使用C++显示报告筛选页选项|Documentation

    学习如何使用Aspose.Cells for C++在数据透视表中启用“显示报告筛选页”选项。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/show-report-filter...
  8. 如何用C++设置工作簿的自动恢复属性|Documentation

    学习如何用Aspose.Cells for C++启用或禁用工作簿的自动恢复属性。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/how-to-set-autorec...
  9. Page Break in existing PDF|Aspose.PDF for Java

    Learn how to add page breaks within an existing PDF document using Aspose.PDF for Java to improve document formatting....pageBreaks) src is source document/path to document/stream with source...dest is destination document/path where document will be saved/stream...

    docs.aspose.com/pdf/java/page-break-in-existing...
  10. 使用 C# 将表格添加到 PDF | Aspose.PDF

    C# 原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++通過 COM 互操作在 PDF 檔中添加表。...PDF 中新增表格 - C# var inputFile = Path . Combine ( dataDir , "sample..."sample.pdf" ); var outputFile = Path . Combine ( dataDir , "sample_with_table_out...

    products.aspose.com/pdf/zh-hant/net/table/add/