Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 61,127 for

path

(1.18 sec)
  1. 在VSTO和Aspose.Cells中向工作簿中添加新工作表并激活工作表|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....//Specify the template excel file path. string myPath = "Book1.xls"...the license file //through its path Aspose . Cells . License license...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  2. Working with Vector Graphics in Java|Documentation

    Draw Arc, Bezier Spline, Cardinal Spline, Closed Curve, Ellipse, Lines, Path, Polygon, Rectangle and Fill Region in Java...class object to draw lines Draw Path in Java Create an object of...GraphicsPath class and add Lines to its path collection Draw Polygon in Java...

    docs.aspose.com/drawing/java/working-with-vecto...
  3. Hatch Fucnction Not Work - Free Support Forum -...

    Hi there,I have a problem with aspose.cad for .net to create a hatch ring fill with white. The code I wrote is below for(var i = 0 ; i < jzdInfos.Count ; i ++) { if (i == jzdInfos.Count - 1) continue; var x = jzdInf…...BoundaryPath = [] }; // Outer boundary path (big circle) var outerPath =...= 1 } ] }; // Inner boundary path (middle circle, reversed) var...

    forum.aspose.com/t/hatch-fucnction-not-work/322760
  4. Extarct text from image (png, jpeg, tiff, AFP) ...

    I need to extract the text from images (png,jpeg,tiff, AFP) documents using aspose? can you please advice it is possible or not? I try to use Aspose OCR but I am not able to get the text. if possible, can you please sha…...fromFile("path/to/your/image.png")); // Perform...replace "path/to/your/image.png" with the actual path to your...

    forum.aspose.com/t/extarct-text-from-image-png-...
  5. Convert BMP to EMLX in Python | products.aspose...

    Save BMP to EMLX within Python applications without using Microsoft Word or Outlook...specifying output HTML file path and relevant HTML Save options...converted to HTML at the specified path Now Load the saved HTML file...

    products.aspose.com/total/python-net/conversion...
  6. Convert BMP to OFT in Python | products.aspose.com

    Save BMP to OFT within Python applications without using Microsoft Word or Outlook...specifying output HTML file path and relevant HTML Save options...converted to HTML at the specified path Now Load the saved HTML file...

    products.aspose.com/total/python-net/conversion...
  7. MailMergeSettings.headerSource property | Aspos...

    MailMergeSettings.headerSource property. Specifies the Path to the mail-merge header source...headerSource property Specifies the path to the mail-merge header source...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PDF to DOC Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one DOC single file programmatically with C# sample code using Aspose.PDF for .NET...Output file: var inputFile1 = Path . Combine ( dataDir , "1.pdf"...pdf" ); var inputFile2 = Path . Combine ( dataDir , "2.pdf" );...

    products.aspose.com/pdf/net/merger/pdf-to-doc/
  9. PDF to TEXT Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one TEXT single file programmatically with C# sample code using Aspose.PDF for .NET...Output file: var inputFile1 = Path . Combine ( dataDir , "1.pdf"...pdf" ); var inputFile2 = Path . Combine ( dataDir , "2.pdf" );...

    products.aspose.com/pdf/net/merger/pdf-to-text/
  10. Crop PDF using C# | Aspose.PDF

    Crop PDF without losing quality in C# programmatically with C# sample code using Aspose.PDF for .NET...updated document to the new path using the Save() method. If...new Aspose . Pdf . Document ( Path . Combine ( dataDir , "crop_page...

    products.aspose.com/pdf/net/crop/