Sort Score
Result 10 results
Languages All
Labels All
Results 7,671 - 7,680 of 66,074 for

path

(0.74 sec)
  1. 使用透明度 | C++

    Aspose.Page API 解决方案解答了如何处理 XPS 文件的透明度问题。了解如何在 C++ 中使用该功能。...System ::SharedPtr < XpsPath > path = canvas -> AddPath(doc -> ...228,180 228,285 10,285" )); 8 path -> set_Fill(doc -> CreateSolidColorBrus(doc...

    docs.aspose.com/page/zh/cpp/xps/working-with-tr...
  2. Microsoft publisher file extension API | C++

    PUB files manipulation API solution. C++ library to parse, process and convert MS Publisher document formats to PDF....System::String and initialize it with the path to the source .pub file. The...dataDir() function returns the path to the data directory, and "u"...

    products.aspose.com/pub/cpp/
  3. Compare TXT In Java

    Compare TXT documents using Java to diff two files. With our Java API you can detect the difference even if one character or one word has been changed....from the list // Repository path: https://releases.aspose.com/java/repo/...</dependency> Copy // Repository path: https://releases.aspose.com/java/repo/...

    products.aspose.com/words/java/compare/txt/
  4. HtmlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlFixedSaveOptions to enhance your document saving experience. Customize settings for optimal HtmlFixed format output....DefaultTemplate { get; set; } Gets or sets path to default template (including...} \ "" ); string extension = Path . GetExtension ( args . ResourceFileName...

    reference.aspose.com/words/net/aspose.words.sav...
  5. 从PDF生成缩略图|Aspose.PDF for .NET

    本节描述如何从PDF文档生成缩略图...files to process from the input path string [] files = Directory...outputFile = Path . Combine ( pngOutputPath , Path . GetFileNameWithoutEx...

    docs.aspose.com/pdf/zh/net/generate-thumbnail-i...
  6. 分组、转换和验证形状|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....Diagram-for-Java // The path to the documents directory....ose.Diagram-for-Java // The path to the documents directory....

    docs.aspose.com/diagram/zh/java/group-convert-a...
  7. Barcode Generation Specifics in C#|Documentation

    Description of Various Barcode Types Supported in Aspose.BarCode for .NET... Save ( $"{path}Code39Extended.png" , BarCodeImageFormat...Pixels = 2 ; gen . Save ( $"{path}Ean13.png" , BarCodeImageFormat...

    docs.aspose.com/barcode/net/generate-barcode-ty...
  8. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Get clear code samples and tips to streamline your presentations.... Presentation ( path + "AddNodes.pptx" ) as pres...with slides . Presentation ( path + "AccessSmartArt.pptx" ) as...

    docs.aspose.com/slides/python-net/manage-smarta...
  9. Intermittent Null Pointer Exception When Saving...

    Hi, I’m facing an intermittent issue, noticing the following error when presentation.save(OutputStream,SaveFormat.Pptx) is being invoked. This is happening in environment ( not in local), only after deployment. Also, if…...JAVA_HOME=/usr/lib/jvm/java-21 ENV PATH="$JAVA_HOME/bin:$PATH" WORKDIR /app COPY...JAVA_HOME=/usr/lib/jvm/java-21 ENV PATH="$JAVA_HOME/bin:$PATH" WORKDIR /app COPY...

    forum.aspose.com/t/intermittent-null-pointer-ex...
  10. 将 MHTML 转换为 DOCX – C# 示例

    使用 Aspose.HTML for .NET 将 MHTML 转换为 DOCX,并考虑在 C# 示例中支持 MHTML 到 DOCX 的转换。试试在线 MHTML 转换器。...(stream, new DocSaveOptions(), 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-docx/