Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 6,226 for

document viewer

(0.46 sec)
  1. Tags

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....in Java 1 add a page to pdf document 1 add a slicer in excel using...Visio 1 Add Comments to Word Documents C++ 1 Add Connector to Shapes...

    blog.aspose.com/zh-hant/tags/
  2. getColorType does not reply with expected answe...

    Hi there, we wanted to retrieve the color-type of every single page (Rgb, Grey, BlackAndWhite) of the attached PDF : ThesisUniBasel.pdf, but it didn’t seems to work correctly. The page 3 to 9, 12 to 15, 18 to 24, 26 to …...Document document = new com.aspose.pdf.Document(“C:\temp\ThesisUniBasel...pdf”); for (int i = 1; i <= document.getPages().size(); i++) {...

    forum.aspose.com/t/getcolortype-does-not-reply-...
  3. Key Features of Aspose.PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF....PDF provides powerful Document Object Model (DOM) to explore...from PDF documents. Features by the content type Document Modify...

    docs.aspose.com/pdf/net/key-features/
  4. | Aspose

    Sample code for PNG to TXT Java conversion. Use API example code for batch PNG files to TXT conversion within any Web or Desktop Java based application....Install-Package Visit our documentation for more details. Aspose...PNG format and creates PNG documents containing recognized text...

    products.aspose.com/ocr/cpp/conversion/png-to-txt/
  5. | Aspose

    Sample code for PNG to Text Java conversion. Use API example code for batch PNG files to Text conversion within any Web or Desktop Java based application....PNG format and creates PNG documents containing recognized text...converts an PNG image to Text document: Create an instance of AsposeOcr...

    products.aspose.com/ocr/java/conversion/png-to-...
  6. | Aspose

    Sample code for PNG to PDF Java conversion. Use API example code for batch PNG files to PDF conversion within any Web or Desktop Java based application....PNG format and creates PNG documents containing recognized text...converts an PNG image to PDF document: Create an instance of AsposeOcr...

    products.aspose.com/ocr/java/conversion/png-to-...
  7. Manipulate and Substitute TrueType Fonts in C++...

    Aspose.Words for C++ can embed the correct TrueType fonts into the resulting Document to ensure that it displays accurately. If a font or a specific character is not available, Aspose.Words searches for a suitable font replacement or uses the Font fallback mechanism....tasks, including rendering documents to fixed-page formats, for...When Aspose.Words renders a document, it needs to perform embedding...

    docs.aspose.com/words/cpp/manipulate-and-substi...
  8. Save PDF Document|Aspose.PDF for Java

    Learn how to save PDF file with Aspose.PDF for Java library....Save PDF Document Contents [ Hide ] Save PDF document to file...PDF document to file system using Save method of Document class...

    docs.aspose.com/pdf/java/save-pdf-document/
  9. New Features|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....Integrate with Microsoft Report Viewer in Local Mode Seamlessly run...using the Microsoft Report Viewer control without a server‑side...

    docs.aspose.com/cells/reportingservices/new-fea...
  10. Aspose.PDF .NET OptimizeResources corrupts PDF ...

    Using the following code below on attached input PDF, Aspose ends up corrupting the PDF. We would like to rely on this Optimize logic in Production, but it seems like it is not viable (unless I’m missing something). I…...StartNew(); using (var document = new Aspose.Pdf.Document(pdfPath)) { var...}; document.OptimizeResources(optimizeOptions); document.Save(tempOutputPath);...

    forum.aspose.com/t/aspose-pdf-net-optimizeresou...