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

document viewer

(0.12 sec)
  1. Common issues with XPS files and how to solve them

    Troubleshooting with XPS files involves indicating the problem and resolving it. Learn about the most common XPS errors....used to represent electronic documents in a standardized way. XPS...files are designed to save a document’s layout, fonts, graphics...

    docs.aspose.com/page/net/troubleshoot-with-xps-...
  2. Regarding delete images in client side - Free S...

    Is there any chance to delete the images in client level....that are embedded in a Word document can be removed on the client...process involves loading the document, locating the nodes that contain...

    forum.aspose.com/t/regarding-delete-images-in-c...
  3. SDT Not Getting Created Uniformly - Free Suppor...

    I am creating StructuredDocumentTag using below code: public StructuredDocumentTag createNewStructureDocumentTag(Document Document) { StructuredDocumentTag structuredDocumentTag; try { struct…...createNewStructureDo(Document document) { StructuredDocumentTa...= new StructuredDocumentTa(document, SdtType.RICH_TEXT, MarkupLevel...

    forum.aspose.com/t/sdt-not-getting-created-unif...
  4. How to Convert Word to PDF using C++

    In this brief topic, we will learn how to convert Word to PDF using C++. You can customize the output PDF by changing its appearance and other properties using simple API calls and generate PDF from DOCX in C++ that can be viewed in the browser or any other Viewer....in the browser or any other viewer. Steps to Convert Word to PDF...necessary header files Using Document class , load the source Word...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...
  5. How Aspose.Cells uses TrueType Fonts|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....converted document or image appears identical for any viewer. About...and fonts in the rendered document are different from the original...

    docs.aspose.com/cells/java/how-aspose-cells-use...
  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....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-pdf/
  7. | 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....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-t...
  8. Aspose.Words for Reporting Services|Documentation

    Generate, modify, convert, render, and print Documents using Reporting Services....RTF and WordprocessingML documents from within Microsoft SQL...well as in Microsoft Report Viewer 2010, 2012, 2015, and Microsoft...

    docs.aspose.com/words/reportingservices/
  9. 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/
  10. 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-...