Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 21,990 for

reader

(0.13 sec)
  1. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::IndexOfKey method. Returns the zero-based index of the specified bookmark in the collection in C++....and used as anchors by most readers. // Bookmarks can also have...entries when collapsed in the reader. auto pdfSaveOptions = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Convert USD to PDF via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...be opened in Adobe Acrobat Reader/Writer as well in most modern...

    products.aspose.com/3d/net/conversion/usd-to-pdf/
  3. Working with PDF Pages in C#|Aspose.PDF for .NET

    How to add pages, add headers and footers, add watermarks you can know in this section. Aspose.PDF for .NET explain to you all details on this topic....pages to a PDF without Acrobat Reader. You can add text or images...

    docs.aspose.com/pdf/net/working-with-pages/
  4. Export to images (png/svg) with overprint - Fre...

    Hello Could you tell me if Aspose.Pdf .Net supports saving pdf into images (e.g. png, svg) with overprinting?...I mean option from Acrobat Reader preferences: Page display/Use...

    forum.aspose.com/t/export-to-images-png-svg-wit...
  5. 档案

    档案...// 从页面流中识别条形码 BarCodeReader reader = new BarCodeReader(stream);...for (BarCodeResult result : reader.readBarCodes()) { System.out...

    blog.aspose.com/zh/barcode/read-barcode-from-pd...
  6. Creating and reading machine-readable NEET shee...

    Download a ready-made OMR NEET sheet in PDF format for practicing and coaching. Process dozens of completed NEET forms per minute....regular computer into an optical reader / scoring machine. Creating...need for an expensive hardware reader, such as Scantron. For best...

    products.aspose.com/omr/exam/neet/
  7. Merge XPS to PDF | JavaScript API Solution

    JavaScript API Solution to merge XPS files. Save the combined result as PDF files. JavaScript code example of merging functionality.... Create file reader ‘const file_reader = new FileReader();’...FileReader();’ and read file ‘file_reader.readAsArrayBuffer(e.target.files[0]);’...

    products.aspose.com/page/javascript-cpp/merge-x...
  8. Convert MBOX to MSG via C# | products.aspose.com

    Sample code for MBOX to MSG C# conversion. Use API example code for batch MBOX files to MSG conversion within VB.NET, Asp.NET or any .NET based application....MSG C# Conversion using ( var reader = new MboxrdStorageReader(...false )){ for ( int i = 0 ; i < reader.GetTotalItemsCount(); i++){...

    products.aspose.com/email/net/conversion/mbox-t...
  9. Convert MBOX to EMLX via C# | products.aspose.com

    Sample code for MBOX to EMLX C# conversion. Use API example code for batch MBOX files to EMLX conversion within VB.NET, Asp.NET or any .NET based application....EMLX C# Conversion using ( var reader = new MboxrdStorageReader(...false )){ for ( int i = 0 ; i < reader.GetTotalItemsCount(); i++){...

    products.aspose.com/email/net/conversion/mbox-t...
  10. Save Generated Barcodes in C++|Documentation

    Save Barcodes to File, Stream, Image Formats like BMP, PNG, GIF, JPEG, EMF, SVG using C++ API...SharedPtr < BarCodeReader > reader = System :: MakeObject < BarCodeReader...DecodeType :: Code128 ); if ( reader -> Read ()) System :: Console...

    docs.aspose.com/barcode/cpp/save-barcode-image/