Sort Score
Result 10 results
Languages All
Labels All
Results 5,471 - 5,480 of 60,990 for

path

(0.07 sec)
  1. Compress and Decompress PS Files via .NET

    C# compression and decompression source code to compress PS documents into a single zip archive or vice versa on .NET Framework, .NET Core.... Define folder path containing PS files. Create...object, load file with a full path using its CreateEntry method...

    products.aspose.com/zip/net/zip-file/ps/
  2. Quick Tips|Aspose.PDF for Java

    Boost your productivity with quick tips for Aspose.PDF for Java. Learn time-saving techniques and essential tricks.... String path = "D:\\" ; String fileOut = path + "JavaScript...

    docs.aspose.com/pdf/java/quick-tips/
  3. How to Replace an Existing Table in DOCX (Find ...

    Hello Team, I am using Aspose.Words for Node.js and I need to detect and replace a specific table inside a DOCX file. :heavy_check_mark: My Requirement I want to: Find a table by index OR by bookmark OR by matching…...insertion point – the table’s node path is needed to place the new table...position. By extracting the parent path and the original index you can...

    forum.aspose.com/t/how-to-replace-an-existing-t...
  4. 将 PowerPoint 转换为 HTML 在 C++|Aspose.Slides 文档

    在 C++ 中转换 PowerPoint 为 HTML。将 PPTX 或 PPT 保存为 HTML 在 C++ 中。将幻灯片保存为 HTML 在 C++ 中。...substitutedFont -> get_FontName (); String path = String :: Format ( u "{0}...WriteAllBytes ( IO :: Path :: Combine ( m_basePath , path ), fontData );...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  5. 在 PostScript 中使用纹理 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加纹理图案的问题。了解如何在 .NET 中使用该功能...//Create a rectangle path 29 GraphicsPath path = new GraphicsPath();...GraphicsPath(); 30 path. AddRectangle ( new RectangleF(0, 0, 200, 100));...

    docs.aspose.com/page/zh/net/ps/working-with-tex...
  6. Import and Export Projects to Primavera Format ...

    Discover how to import and export projects using Aspose.Tasks for Java....Tasks-for-Java 2 // The path to the documents directory....ose.Tasks-for-Java 2 // The path to the documents directory....

    docs.aspose.com/tasks/java/importing-and-export...
  7. Convert PowerPoint to Video|Aspose.Slides for N...

    Convert PowerPoint to Video in JavaScript...newInstanceSync ( "FFmpeg" , "path/to/ffmpeg" ); var ffprobe =...newInstanceSync ( "FFprobe" , "path/to/ffprobe" ); var builder =...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  8. PDL Conversion API Solution | Python

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the Python library with the Aspose.Page PDL conversion functionality....pages, manipulate canvases, paths, and glyph elements, create...page.eps.device import * # The path to the documents directory....

    products.aspose.com/page/python-net/conversion/
  9. 将 SVG 转换为 PDF – Python 示例

    您将学习如何以编程方式或在线将 SVG 转换为 PDF,并考虑使用 Aspose.SVG Python 库将 SVG 转换为 PDF 的 Python 示例。... path . join (input_folder, "document...svg" ) 13 output_file = os. path . join (output_folder, "document...

    docs.aspose.com/svg/zh/python-net/convert-svg-t...
  10. 将 MHTML 转换为 PDF – C# 示例和在线转换器

    使用 Aspose.HTML for .NET 在 C# 中将 MHTML 转换为 PDF。在 C# 示例中考虑所支持的 MHTML 到 PDF 的转换方案。...(stream, new PdfSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines..."sample.mht" ); 5 6 // Prepare a path to save the converted file 7...

    docs.aspose.com/html/zh/net/convert-mhtml-to-pdf/