Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 61,139 for

path

(0.98 sec)
  1. DOCX -> TIFF conversion creates additional page...

    When converting from DOCX to TIFF page by page using Document. extractPages() for the first page in the document an additional extra empty page is created. The issue can be replicated using this document: GEN_Formular…...Document doc = new Document("path/to/your/document.docx"); //...document as TIFF. doc.save("path/to/output/image.tiff", options);...

    forum.aspose.com/t/docx-tiff-conversion-creates...
  2. 在 PostScript 中使用透明度 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加透明度的问题。了解如何在 .NET 中使用该功能...GraphicsPath path = new GraphicsPath(); 17 path. AddRectangle...(gradientBrush); 27 document. Fill (path); 28 ////////// 29 30 offsetX...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  3. Autofit Rows and Columns in Ruby|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....Workbook object by an Excel file path workbook = Rjb :: import ( 'com...Workbook object by an Excel file path workbook = Rjb :: import ( 'com...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  4. Grouping and Ungrouping Rows and Columns in PHP...

    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....Workbook object by the Excel file path $workbook = new Workbook ( $dataDir...Workbook object by the Excel file path $workbook = new Workbook ( $dataDir...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  5. 在 PostScript 中使用纹理 | C++

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能... Copy 1 // The path to the documents directory....46 } 47 48 //Create rectangle path 49 System::SharedPtr < Syst...

    docs.aspose.com/page/zh/cpp/ps/working-with-tex...
  6. 如何将智能卡签名添加到PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET允许您使用签名字段从智能卡签署PDF文档。...GetSignatureInfo () { // The path to the documents directory var...VerifyExternalSignat () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/sign-pdf-document-fr...
  7. 用 C++ 实现线程评论|Documentation

    学习如何使用 Aspose.Cells 与 C++ 在 Excel 文件中添加、读取、编辑和删除线程评论。...Startup (); // Output directory path U16String outDir ( u ".. \\...Startup (); // Source directory path U16String srcDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/threaded-comments/
  8. 在Microsoft Excel中应用高级筛选以显示满足复杂条件的记录,使用C++实现|Doc...

    学习如何使用Aspose.Cells for C++ API在Microsoft Excel中应用高级筛选,以显示满足复杂条件的记录。...Cells-for-C // Source directory path U16String sourceDir ( u ".....\\ " ); // Output directory path U16String outputDir ( u ".....

    docs.aspose.com/cells/zh/cpp/apply-advanced-fil...
  9. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them.... path . join ( self . dataDir , "passport1...png" )); input . add ( os . path . join ( self . dataDir , "passport2...

    docs.aspose.com/ocr/java/recognition/passport/
  10. Working with List Item|Aspose.PDF for .NET

    This section explains how to work with List Item with Aspose.PDF Facades using FormEditor Class....void AddListItem () { // The path to the documents directory var...void DelListItem () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/working-with-list-item/