Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 10,039 for

viewer

(0.15 sec)
  1. Can the Aspose pdf library fill out dynamic XFA...

    I have some XFA pdf forms that have scripts in them that i want to fill out programmatically. Can Aspose pdf support this?...form is opened in an XFA‑aware viewer such as Adobe Acrobat.”, “requirements”:...

    forum.aspose.com/t/can-the-aspose-pdf-library-f...
  2. Developer Guide|Aspose.Slides Documentation

    Discover the Aspose.Slides for .NET Developer Guide for step-by-step APIs to build, edit, and convert PPT, PPTX and ODP presentations with ease....NET Create a Presentation Viewer in .NET Secure Presentations...

    docs.aspose.com/slides/net/developer-guide/
  3. Dense multilingual pdf to word conversion - Fre...

    i am trying to convert a PDF which contains multi languages which includes LTR and RTL. while doing so i notice some charecters are missing. i also notice if i open the output file(docx) in MS word and WPS office, conten…...when opened in a standard PDF viewer, confirming they are present...when opened in a standard PDF viewer, confirming they are present...

    forum.aspose.com/t/dense-multilingual-pdf-to-wo...
  4. Key Features of Aspose.PDF|Aspose.PDF for C++

    Aspose.PDF for C++ demonstrates its general features. This page describes the supported PDF versions, and all the manipulations we can do with text, images, annotations, documents, etc....Get document viewer properties. Set document viewer properties...

    docs.aspose.com/pdf/cpp/key-features/
  5. Formatting PDF Document|Aspose.PDF for PHP via ...

    Format the PDF Document with Aspose.PDF for PHP via Java. Use the next code snippet to resolve your tasks....properties of the document window, viewer application, and how pages...Whether to hide menu bar of the viewer application - Default: false...

    docs.aspose.com/pdf/php-java/formatting-pdf-doc...
  6. Missing character in PDF print - Free Support F...

    Hi, The attached PDF document contains two lines of text with different fonts, both displaying the same text “A±B”. When printing this PDF using Aspose.PDF, the plusminus character (±) is correctly shown in the first l…...var viewer = new Aspose.Pdf.Facades.PdfViewer(); viewer.BindPdf(filepath);...attributes for printing viewer.AutoResize = true; viewer.AutoRotate = true;...

    forum.aspose.com/t/missing-character-in-pdf-pri...
  7. Aspose.Diagram for Python via Java System Requi...

    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....at least a Microsoft Visio Viewer installed. Python版本 Python...

    docs.aspose.com/diagram/zh/java/aspose-diagram-...
  8. Print mixed page orientation to pdf - Free Supp...

    I have the issue that when i try to print to pdf with a printer like “Microsoft Print to PDF” the result is all pages face the same orientation. So I tried to use the pagesettings to activate landscape mode for those lan…...(var viewer = new Aspose.Pdf.Facades.PdfViewer()) { viewer.BindPdf(myDocument);...BindPdf(myDocument); viewer.AutoResize = true; viewer.AutoRotate = true;...

    forum.aspose.com/t/print-mixed-page-orientation...
  9. Viewing Emails from within a SharePoint Documen...

    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....Email viewer showing an email from within...

    docs.aspose.com/email/sharepoint/viewing-emails...
  10. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...Pdf); Check PDF Viewer : Ensure that the PDF viewer you are using...supports hyperlinks. Some viewers may not display hyperlinks...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...