Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 70,097 for

path

(0.21 sec)
  1. Text Based Annotations using Java|Aspose.PDF fo...

    Learn how to add, inspect, and delete text, free text, and strikeout annotations in PDF documents using Java....textAnnotationAdd ( Path inputFile , Path outputFile ) { try (...freeTextAnnotationAd ( Path inputFile , Path outputFile ) { try (...

    docs.aspose.com/pdf/java/pdfannotationeditor-cl...
  2. Manage Stamp By ID|Aspose.PDF for Python via .NET

    How to manipulate rubber stamp annotations in a PDF by their unique IDs using Aspose.PDF for Python...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/manage-stamp-by-id/
  3. Move Stamp By Index|Aspose.PDF for Python via .NET

    How to reposition rubber stamp annotations in a PDF by using their index on a page with Aspose.PDF for Python...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/move-stamp-by-in...
  4. Grouping and Ungrouping Rows and Columns with C...

    Learn how to group and ungroup rows and columns in Excel files using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input Excel file U16String...

    docs.aspose.com/cells/cpp/grouping-and-ungroupi...
  5. Check if Workbook contains hidden External Link...

    Learn how to check if a workbook contains hidden external links using Aspose.Cells for Node.js via C++.... Sample Code const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/check-if-workb...
  6. Insert Pages into PDF|Aspose.PDF for Java

    Insert selected pages from one PDF into another in Java with the PdfFileEditor facade....insertPagesIntoPdf ( Path inputFile , Path sampleFile , Path outputFile...

    docs.aspose.com/pdf/java/insert-pages-into-pdf/
  7. 在 PostScript 中使用形状 | .NET

    Aspose.Page API 解决方案解答了如何将形状添加到 PS 文件的问题。了解如何在 .NET 中使用该功能...graphics path from the first rectangle 12 GraphicsPath path = new...new GraphicsPath(); 13 path. AddRectangle ( new RectangleF(250...

    docs.aspose.com/page/zh/net/ps/working-with-sha...
  8. Aspose.PSD for .NET 25.2 - Release Notes|Docume...

    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....Shadow effect string sourceFile = Path . Combine ( baseFolder , "shadow...psd" ); string outputFilePng = Path . Combine ( outputFolder , "output...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-2...
  9. Save Metadata with XMP|Aspose.PDF for Java

    Learn how to save PDF metadata with XMP in Java with the PdfFileInfo facade....saveNewInfoWithXmp() with the output file path. Close the PdfFileInfo instance...void saveInfoWithXmp ( Path inputFile , Path outputFile ) { PdfFileInfo...

    docs.aspose.com/pdf/java/save-metadata-with-xmp/
  10. Using SaveFormat.HOCR to save recognition resul...

    Hi again Aspose team, When I try to save (using SaveMultipageDocument()) an OcrOutput result as type SaveFormat.HOCR to a MemoryStream, the resulting stream seems to be automatically closed by SaveMultipageDocument() as…...file, providing a file output path to either SaveMultipageDocumen()...SetLicense(ms); var path = @"insert_image_path_here.jpg"; // replace...

    forum.aspose.com/t/using-saveformat-hocr-to-sav...