Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 70,285 for

path

(0.18 sec)
  1. Watermark VTX document via Python | products.as...

    Python sample code to add watermark to VTX documents within any Python based application....and pass the file name (full path) and format (VSDX) as a parameter...add it to PATH environment variable, for example: PATH=C:\Program...

    products.aspose.com/diagram/python-java/waterma...
  2. Split VSX Files via .NET | products.aspose.com

    C# source code to Split vsx file on .NET Framework, .NET Core, Mono Platforms....Load the VSX file with full path for splitting. Iterate throug...and pass the file name (full path) and SaveFileFormat.VSDX as...

    products.aspose.com/diagram/net/splitter/vsx/
  3. Exporting .jrprint Files to XLS Formats|Documen...

    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....jasperPrint object to a file path, for example, destFile . Java...

    docs.aspose.com/cells/jasperreports/exporting-j...
  4. Split VTX Files via .NET | products.aspose.com

    C# source code to Split vtx file on .NET Framework, .NET Core, Mono Platforms....Load the VSX file with full path for splitting. Iterate throug...and pass the file name (full path) and SaveFileFormat.VSDX as...

    products.aspose.com/diagram/net/splitter/vtx/
  5. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/zh/net/convert-visio-to...
  6. Working with Shapes Gluing|Documentation

    This section explains how to get shapes which glued to a particular shape with Aspose.Diagram....NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/net/working-with-shapes...
  7. Sign PDF Documents from a Smart Card in Python|...

    Learn how to sign PDF documents with smart cards and external certificates in Python....card: import sys from os import path import aspose.pdf as ap import...verification. import sys from os import path import aspose.pdf as ap import...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...
  8. Extract Tagged Content from PDFs in Python|Aspo...

    Learn how to extract tagged PDF content in Python with Aspose.PDF for Python via .NET, including access to tagged content, root structure, and child structure elements....cast import sys from os import path # region Extract Tagged Content...cast import sys from os import path def get_root_structure ( outfile...

    docs.aspose.com/pdf/python-net/extract-tagged-c...
  9. 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...
  10. 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/