Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 69,796 for

path

(0.1 sec)
  1. Manage canvases of PS file | .NET

    .NET API Solution to manage PS files. Code example on how to clip and transform graphics states of PS files with a few lines of C# code.... Fill and draw a graphics path. Clip the graphics state. Restore...Create a rectangle graphics path. Save the current graphics state...

    products.aspose.com/page/net/work-with-ps-graph...
  2. 从 PDF 中提取页面|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 从 PDF 文档中提取选定的页面。...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/extract-pages...
  3. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet tab color programmatically using the C++ API or library....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  4. 全局删除印章|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via the Facades API 在 PDF 的所有页面上全局删除橡胶印章注释。它展示了如何通过 ID 删除印章,而无需指定单独的页面。...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/delete-stamps...
  5. Set Field Script|Aspose.PDF for Python via .NET

    This code snippet shows how to assign a JavaScript action to a form field in a PDF document using Aspose.PDF for Python....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/set-field-script/
  6. Display XML Formats Using Python | Aspose.PDF

    Open and view XML documents programmatically with Python sample code using Aspose.PDF for Python for .NET...apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/viewer/xml/
  7. Pdf Insert image throw exception - Free Support...

    Below codes throw exception, String Path = "C:\\Users\\z_jia\\Desktop\\a\\"; com.aspose.pdf.Document pdf = new com.aspose.pdf.Document(Path + "JL250813LJ001140-01.pdf"); BufferedImage image = ImageIO.r…...codes throw exception, String path = "C:\\Users\\z_jia\\Desktop\\a\\";...new com.aspose.pdf.Document(path + "JL250813LJ001140-01.pdf");...

    forum.aspose.com/t/pdf-insert-image-throw-excep...
  8. Null pointer exception when converting vsd file...

    During vsd->vsdx file conversion, null pointer exception is thrown. vsd file and callstack: 2023.05.26.zip (7.9 MB) The file was converted using this code: File file = new File(Path_TO_VSD_FILE); Diagram d = new Diag…...this code: File file = new File(PATH_TO_VSD_FILE); Diagram d = new...using: File file = new File(PATH_TO_VSD_FILE); Diagram d = new...

    forum.aspose.com/t/null-pointer-exception-when-...
  9. 使用 Python 从 PDF 文件提取矢量数据|Aspose.PDF for Python ...

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得轻而易举。您可以获取矢量数据(路径、多个多边形、折线),例如位置、颜色、线宽等。...infile (str): Path to input PDF file. outfile (str): Path to output...(str): Path to input PDF file. svg_outfile (str): Path to output...

    docs.aspose.com/pdf/zh/python-net/extract-vecto...
  10. Different Ways to Open Files|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.... Opening a File via a Path Developers can open a Microsoft...Microsoft Excel file using its file path on the local computer by specifying...

    docs.aspose.com/cells/go-cpp/different-ways-to-...