Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 60,946 for

path

(0.14 sec)
  1. 2022年新功能|Aspose.PDF for .NET

    本页面介绍了2022年引入的Aspose.PDF for .NET中最受欢迎的新功能。...void PdfToDicom () { // The path to the documents directory var... string password ) { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/whatsnew/2022/
  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. 渲染设备 – Aspose.HTML for Python via .NET

    通过 .NET API,使用 Aspose.HTML for Python 中的 PdfDevice、XpsDevice、DocDevice 和 ImageDevice 类将 HTML 渲染成 PDF、XPS、DOCX 和图像。...Prepare output directory and path for the PDF file 8 output_dir...exist_ok = True) 10 save_path = os. path . join (output_dir, "document...

    docs.aspose.com/html/zh/python-net/rendering-de...
  4. Add, Extract, Delete Tables in PDF using C# | A...

    Manage Tables in PDF file programmatically with C# sample code using Aspose.PDF for .NET...in PDF - C# var inputFile = Path . Combine ( dataDir , "sample..."sample.pdf" ); var outputFile = Path . Combine ( dataDir , "sample_with_table_out...

    products.aspose.com/pdf/net/table/
  5. Loading and Saving Messages|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....Message as HTML with Relative Path to Resources When exporting...email resources with relative paths. This feature provides more...

    docs.aspose.com/email/java/loading-and-saving-m...
  6. Control Exception PDF File|Aspose.PDF for .NET

    Learn how to handle exceptions in PDF processing and ensure smooth operations while working with PDFs using Aspose.PDF in .NET....ControlExceptionPDFF () { // The path to the documents directory var...ControlExceptionPDFF () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/control-exception/
  7. Working with Voting Option Using MapiMessage|Do...

    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....Email-for-Java // The path to the File directory. String...com/aspose-email/Aspose.Email-for-Java // The path to the File directory. String...

    docs.aspose.com/email/java/working-with-voting-...
  8. Working with Visual Brush in XPS file | Java

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Page-for-Java 2 // The path to the documents directory....Point2D. Float (0f, 5f)); 19 20 // Path for magenta grid 21 XpsPath...

    docs.aspose.com/page/java/xps/working-with-visu...
  9. FileFontSource.file_path property | Aspose.Word...

    FileFontSource.file_Path property. Path to the font file....file_path property FileFontSource.file_path property Path to the...font file. @property def file_path ( self ) -> str : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert SVG to JPG – Aspose.HTML for .NET

    Convert SVG to JPG using Aspose.HTML for .NET. Consider various SVG to JPG conversion scenarios in C# examples. Try online SVG Converter.... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...ImageSaveOptions(ImageFormat. Jpeg ), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/net/convert-svg-to-jpg/