Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 65,795 for

path

(0.17 sec)
  1. Convert ICS to PST via C# | products.aspose.com

    Sample code for ICS to PST C# conversion. Use API example code for batch ICS files to PST conversion within VB.NET, Asp.NET or any .NET based application....PST file Pass the output file path with PST file extension. Call...will be saved at the specified path. System Requirements Before...

    products.aspose.com/email/net/conversion/ics-to...
  2. Convert ICS to MBOX via C# | products.aspose.com

    Sample code for ICS to MBOX C# conversion. Use API example code for batch ICS files to MBOX conversion within VB.NET, Asp.NET or any .NET based application.... Pass the output file path with MBOX file extension. Call...will be saved at the specified path. System Requirements Before...

    products.aspose.com/email/net/conversion/ics-to...
  3. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET....AddLineObjectToPDF () { // The path to the document directory var...DashLengthInBlackAnd () { // The path to the document directory var...

    docs.aspose.com/pdf/net/add-line/
  4. Table border is missing after accept all revisi...

    The table border is different withe accept revisions by office. The codes: String Path = "C:\\Users\\z_jia\\Desktop\\a\\data\\"; Document word = new Document(Path + "temp.docx"); var revisions = word.getRevisions(); re…... The codes: String path = "C:\\Users\\z_jia\\Desktop\\a\\data\\";...Document word = new Document(path + "temp.docx"); var revisions...

    forum.aspose.com/t/table-border-is-missing-afte...
  5. General|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....Data in Async Mode Specify the path where GridWeb stores temporary...

    docs.aspose.com/cells/net/general/
  6. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change direction of outline summary Rows below Detail by using the Aspose.Cells for C++ API....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/applying-subtotal-and...
  7. Extract SuperScripts and SubScripts text from P...

    This article describes various ways to extract SuperScripts and SubScripts text from PDF using Aspose.PDF in C#....ExtractSuperScriptsA () { // The path to the documents directory var...ExtractSuperScriptsA () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/extract-superscripts-su...
  8. 使用 SolutionXML 元素|Documentation

    本节介绍如何添加 solutionXml 或从 Aspose.Diagram 的 solutionXml 元素获取 xml 值。...NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/zh/net/working-with-sol...
  9. Render a Panorama view of 3D scene|Documentation

    Using Aspose.3D for .NET API, developers can render a panorama view of 3D scene and save that view into the supported image formats.... C# string path = @ "D:\Projects\glTF-Sample-Models\1...scene Scene scene = new Scene ( path ); //create a camera for capturing...

    docs.aspose.com/3d/net/render-a-panorama-view-o...
  10. PDF to PPTX conversion issues - Free Support Fo...

    Hello, We’re having issues with converting a PDF file containing content into PPTX using the Aspose.PDF library. Input PDF: Input.pdf (37.7 KB) Result PPTX: Result.7z (66.1 KB) Here are found issues: Paragraph spac…... Path pdfPath = Paths.get("input.pdf"); Path pptxPath...pptxPath = Paths.get("result.pptx"); try (Document srcDoc = new Document(Files...

    forum.aspose.com/t/pdf-to-pptx-conversion-issue...