Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 22,033 for

reader

(0.11 sec)
  1. Add PDF Bookmarks with Named Destinations|Docum...

    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....Professional version of Acrobat Reader. Sample Code AI Document Assistant...

    docs.aspose.com/cells/net/add-pdf-bookmarks-wit...
  2. Sequence Page numbers while merging two PDF Doc...

    Hi, I am using aspose.pdf for creating PDF documents. I need to merger two PDF files. Issue is the merged file (second one) is restarting page numbers. For example. 1st PDF had 3 pages and 2nd PDF had 6 pages so merged…...seems that even how the pdf reader reads the pdf doesn’t seem...the second pdf, yet the pdf reader still reads it as the 3 page...

    forum.aspose.com/t/sequence-page-numbers-while-...
  3. Scan Standard 2 of 5 (Industrial 2 of 5) barcod...

    PHP sample code to read Standard 2 of 5 (Industrial 2 of 5) barcode in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...Standard2of5 ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/standard2o...
  4. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    PHP sample code to read Royal Mail 4-State Customer Code (RM4SCC) in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: RM4SCC ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/rm4scc/rec...
  5. Scan GS1 DataBar (Omnidirectional, Stacked Omni...

    PHP sample code to read GS1 DataBar (Omnidirectional, Stacked Omnidirectional, Expanded, Expanded Stacked, and Truncated) barcode in PHP-based applications....base64_encode ( $image_bytes ); $reader = new BarCodeReader ( $image...DecodeType :: Databar ); forEach ( $reader -> readBarCodes () as $res...

    products.aspose.com/barcode/php-java/databar/re...
  6. Installation|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....BarCodeImageFormat :: PNG ); $reader = new BarCodeReader ( $base64Image..., null ); $resultsArray = $reader -> readBarCodes (); $barCodeResult...

    docs.aspose.com/barcode/phpjava/installation/
  7. XImage TrySetAlternativeText returns true, but ...

    I am creating a PDF programmatically that includes images that need Alt Text. I am able to add the image to the document, save the document to a memory stream, get the appropriate page and XImage object, call the TrySet…...Check PDF Reader Compatibility : Sometimes, the PDF reader you are...correctly. Try using different PDF readers or tools that can inspect the...

    forum.aspose.com/t/ximage-trysetalternativetext...
  8. How to prevent screenshots of a PDF document us...

    Hi Team, I am working with Aspose.PDF for .NET/Java to secure PDF documents. My requirement is to prevent users from capturing screenshots or screen grabbing the content of a PDF when it is viewed in a PDF Reader. I un…...when it is viewed in a PDF reader. I understand that PDF viewers...any standard viewer (Adobe Reader, Foxit, browser plugins, etc...

    forum.aspose.com/t/how-to-prevent-screenshots-o...
  9. Barcode Android API | Scan or Generate Barcodes...

    Android barcode scanner library to recognize different kinds of 1D, 2D, and postal barcodes. Scan barcodes at any angle in Android apps....Recognition Live Example The barcode reader API provides a set of features...initialize reader with image & expected type BarCodeReader reader = new...

    products.aspose.com/barcode/android-java/
  10. Develop custom libraries using Aspose.Barcode f...

    How to develop custom libraries using Aspose.Barcode for multiple .Net versions in the same project...BarCode" ); using ( BarCodeReader reader = new BarCodeReader ( bmp ))...foreach ( BarCodeResult result in reader . ReadBarCodes ()) Console...

    docs.aspose.com/barcode/net/aspose-barcode-mult...