Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 89,427 for

path

(0.26 sec)
  1. Cant extract text from PDF - Free Support Forum...

    I tried the demo, but I can’t extract any demo text from another PDF: https://www.nmlegis.gov/Sessions/22%20Regular/bills/senate/SB0014.pdf package com.aspose.ocr.examples.OcrFeatures; import com.aspose.ocr.DocumentRec…...args) { // ExStart:1 // The path to the documents directory....izePdf.class); // The image path String file = dataDir + "SB0014...

    forum.aspose.com/t/cant-extract-text-from-pdf/2...
  2. How to add or replace bitmap images in CAD .NET...

    So I have found example code on how I am supposed to add images to DXF in CAD .NET, but the image does not come up and it breaks the DXF. Could you give a working example: Here is my code: double posX = 1…...memory stream instead of a file path that would be good. oleksii...(CadImage)Aspose.CAD.Image.Load($@"{path}\template.dxf")) { double posX...

    forum.aspose.com/t/how-to-add-or-replace-bitmap...
  3. Form | Aspose.PDF for .NET API Reference

    Construtcor of Form without parameters....srcFileName String Source file path. Examples Form form = new Form...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  4. Concatenate PDF Files in Ruby|Aspose.PDF for Java

    Combine multiple PDFs into a single document using Ruby and Aspose.PDF efficiently.... Ruby Code # The path to the documents directory ...

    docs.aspose.com/pdf/java/concatenate-pdf-files-...
  5. java.lang.StringIndexOutOfBoundsException conve...

    This code throws a StringIndexOutOfBoundsException: Document doc = new Document("input.html"); doc.save("PDFFromHtmlInJava.pdf", SaveFormat.PDF); when input.html contains: <html> <a href="/">test</a> </html> The bug …...issue, please use the absolute path of the document when you open...constructor with an absolute path? Also do you know when the fix...

    forum.aspose.com/t/java-lang-stringindexoutofbo...
  6. xmpdynamicmediapackage - Aspose.Imaging for Jav...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....the absolute peak audio file path. void setAlblum ( String album)...audio file path. Parameters: uri - The absolute path to the file’s...

    reference.aspose.com/imaging/java/com.aspose.im...
  7. e-Sign XHTML Files via Java | products.aspose.com

    Java source code to electronically sign XHTML files on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Path path = java.nio.file.Paths. get ( "SignatureImage...setSignatureLineImag(Files.readAllBytes(path)); CertificateHolder certHolder...

    products.aspose.com/words/java/signature/xhtml/
  8. Non-word modules can't find font folder - Free ...

    Hello Support, We have a java-total license and have built a proof of concept application to test your modules word, cells (excel), slides (powerpoint), diagram (visio), pdf (conversion cgm to png) and ocr. Another ope…...folderPaths = new String[] { "path_to_font_folder" }; FontsLoader...can be used to set the font paths or font sources in Aspose.PDF...

    forum.aspose.com/t/non-word-modules-cant-find-f...
  9. Convert EPS to JPG using .NET API

    EPS to JPG conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....NET // The path to the documents directory....imagesBytes) { string imagePath = Path.GetFullPath("out_image" + i...

    docs.aspose.com/page/net/convert/eps-to-jpg/
  10. Convert EPS to EMF using .NET API

    EPS to EMF conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....NET // The path to the documents directory....imagesBytes) { string imagePath = Path.GetFullPath("out_image" + i...

    docs.aspose.com/page/net/convert/eps-to-emf/