Sort Score
Result 10 results
Languages All
Labels All
Results 9,821 - 9,830 of 65,999 for

path

(0.86 sec)
  1. Convert VSSM to BMP via Java | products.aspose.com

    Sample Java conversion code for VSSM format to BMP file. Use this example code to convert VSSM to BMP within any Web or Desktop Java based application....save method with output file path and SaveFileFormat as parameters...will be saved at the specified path System Requirements Before running...

    products.aspose.com/diagram/java/conversion/vss...
  2. ASPOSE PDF for .NET to Generate PDF doc from XM...

    Hello, Our organization uses ASPOSE.PDF for .NET to generate PDF documents from XML templates. This is done through an MS Dynamics CRM Plugin that uses Aspose PDF DLL’s to generate the PDF for a record within our Dynam…...Add(new FontSource("path/to/your/font.ttf")); Specifying...Sources.Add(new FontSource("path/to/your/font.ttf")); // Create...

    forum.aspose.com/t/aspose-pdf-for-net-to-genera...
  3. docx转PDF,文件中的图片,openjdk环境下图片变成红叉,换成oraclejdk环境是...

    版本:23.8 编程语言:java 问题截图: 源文件: 格式测试.docx (31.4 KB) openjdk环境转换后的PDF: 格式测试-正式环境-Open-jdk.zip (6.9 KB) Oracle jdk环境转换后的PDF: 格式测试-测试环境-Oracle-jdk.zip (24.4 KB)...Document("path/to/your/document.docx"); doc.save("path/to/save/document...

    forum.aspose.com/t/docx-pdf-openjdk-oraclejdk/3...
  4. 处理标有敏感度标签的文档|.NET 格式的 Aspose.Words

    使用 C# 将应用了敏感度标签的 Word 转换为 PDF。处理标有敏感度标签的文档 - 各种输入格式,包括 Word、OpenOffice、图像和电子书。...labeledFilePath = @"<Path to input file>" ; // Local path to a protected...outputFilePath = @"<Path to output file>" ; // Local path to the output...

    docs.aspose.com/words/zh/net/work-with-document...
  5. JPEG to EPS | Conversion API | .NET

    .NET API Solution to work with EPS files. Convert images to EPS files. C# examples on conversion....convert image to EPS C# Set the path to the documents directory....Linq; using System.Text; // The path to the documents directory....

    products.aspose.com/page/net/conversion/image-t...
  6. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for Java 支持构建节点层次结构。节点是 3D 场景的基本构建块,节点层次结构定义了 3D 场景的逻辑结构,并通过将几何图形、灯光和相机附加到节点来提供可见内容。... PI , 4 , 0 )); // The path to the documents directory....addChildNode ( cube ); } // The path to the documents directory....

    docs.aspose.com/3d/zh/java/add-node-hierarchy-a...
  7. CPU consumption when converting HTML to PDF - F...

    Hi Team, We are having a bit of trouble… when converting HTML to PDF, the CPU consumption is through the roof. Let me explain a bit better: We have a Soap WS in Framework 4.8 running in IIS. That receives “a lot” of re…...tried saving the results to file path instead of memory stream? Please...tried saving the results to file path instead of memory stream? this...

    forum.aspose.com/t/cpu-consumption-when-convert...
  8. Compress JRXML Files in C# via .NET | Aspose.Zip

    C# compression example to compress JRXML documents into zip and other archive formats on .NET Framework and .NET Core....large batches, works with file paths or streams, and lets you control...for .NET. Define the folder path that contains the JRXML files...

    products.aspose.com/zip/net/compress/jrxml/
  9. View PPSM in C# | products.aspose.com

    View PPSM in C#. Use .NET library API to open and view Macro-enabled PowerPoint Template...Path.GetTempPath() + Guid.NewGuid()...HTML. Call Process.Start with path to resulting HTML to load PPSM...

    products.aspose.com/slides/net/viewer/ppsm/
  10. 将 EPUB 转换为 TIFF – C# – Aspose.HTML for .NET

    使用 Aspose.HTML API 将 EPUB 转换为 TIFF。在C#示例中考虑各种EPUB到TIFF的转换方案。尝试在线EPUB转换器。...epub" ); 5 6 // Prepare a path to save the converted file 7...7 string savePath = Path. Combine (OutputDir, "input-output.tiff"...

    docs.aspose.com/html/zh/net/convert-epub-to-tiff/