Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 64,873 for

path

(0.13 sec)
  1. 将 Visio 转换为图像格式|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to various images formats. Convert Visio,VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PNG, JPEG, BMP images with a few lines of code.... path . join ( sourceDir , "Drawing1...class diagram = Diagram ( os . path . join ( sourceDir , "Drawing1...

    docs.aspose.com/diagram/zh/python-net/convert-v...
  2. docx转PDF,间距不生效 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: YC-HTMB-0018 A 深圳市劳动合同(A版)-原始文件.docx (33.4 KB)...Document doc = new Document("path/to/source.docx"); // 配置保存选项...setZoom(100); // 保存为 PDF doc.save("path/to/output.pdf", saveOptions);...

    forum.aspose.com/t/docx-pdf/315236
  3. Find the Root Element Name of XML Map with C++|...

    Learn how to find the root element name of an XML map using Aspose.Cells for C++....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input excel file U16String...

    docs.aspose.com/cells/cpp/find-the-root-element...
  4. How to add Caret Annotation using C++ | Aspose.PDF

    Add Caret annotations programmatically in PDF with C++ sample code on any platform with C++ language... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_caret...

    products.aspose.com/pdf/cpp/annotation/caret/add/
  5. Check if VBA Code is Signed with C++|Documentation

    Learn how to check if VBA code in Excel files is signed using Aspose.Cells with C++....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input Excel file U16String...

    docs.aspose.com/cells/cpp/check-if-vba-code-is-...
  6. Setting Page Options in Python|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook object by Excel file path workbook = self . Workbook ()...Workbook object by Excel file path workbook = self . Workbook (...

    docs.aspose.com/cells/java/setting-page-options...
  7. Merge or Unmerge Range of Cells with C++|Docume...

    Merge and Unmerge Cells in a Range in Excel with C++ code....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of the output Excel file U16String...

    docs.aspose.com/cells/cpp/merge-or-unmerge-rang...
  8. Add, Get, or Remove Watermarks in PDF Using C# ...

    Add, get or remove watermark from PDF file programmatically with C# sample code using Aspose.PDF for .NET...Output file: var inputFile = Path . Combine ( dataDir , "sample..."sample.pdf" ); var outputFile = Path . Combine ( dataDir , "AddWatermark...

    products.aspose.com/pdf/net/watermark/
  9. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  10. 渲染器 – Renderers – Aspose.HTML for .NET

    了解支持的渲染器 – HtmlRenderer、SvgRenderer、MhtmlRenderer 和 EpubRenderer,它们用于渲染 HTML、SVG、MHTML 和 EPUB...settings using C# 2 3 // Prepare a path to a source HTML file 4 string...string documentPath = Path. Combine (DataDir, "file.html" ); 5 6...

    docs.aspose.com/html/zh/net/renderers/