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

document viewer

(0.17 sec)
  1. Print PDF to PDF with C#

    Follow this article to print PDF to PDF with C#. It has the IDE settings, a list of steps, and a sample code to print to PDF virtual printer with C#....file by binding it with the viewer Set the printing attributes...desired properties Print the document to the PDF printer Close the...

    kb.aspose.com/pdf/net/print-pdf-to-pdf-with-csh...
  2. LineAnnotation Opacity is not set - Free Suppor...

    Hello, We are using Apose.PDF.Drawing 25.2 When we create a LineAnnotation and set the Opacity property to value lower then 1, it is not taken into account in the generated PDF when it is opened with Acrobat, Chrome o…...the PDF document is generated. This might force the viewer to refresh...new PDF document Document pdfDocument = new Document(); // Add...

    forum.aspose.com/t/lineannotation-opacity-is-no...
  3. Aspose Export to PDF for ASP.NET MVC|Aspose.Wor...

    Using Aspose Export to PDF for ASP.NET MVC addon in C#....demonstrates the powerful document building feature by Aspose...format. The PDF document can be open in any PDF viewer Software. Export...

    docs.aspose.com/words/net/aspose-export-to-pdf-...
  4. Aspose.Slides for .NET: Concern with Extracted ...

    Hello Team, We have few PPT files , from which it can extract objects using below code, if (shape is IOleObjectFrame oleFrame && oleFrame.EmbeddedData != null) { var embeddedData = oleFrame.EmbeddedData; byte[…...stream, which typical file viewers cannot interpret directly....parse OLE streams (e.g., an OLE viewer) to see whether it contains...

    forum.aspose.com/t/aspose-slides-for-net-concer...
  5. TocInfo-Title cannot be aligned to the left - F...

    Hi, our corporate design forces me to put the toc title to the left. No matter how I format the Textfragment, it is alway in the center. I found a code snippet from you and I added the corresponding “HorizontalAlignm…...ArrayList(); Document doc = new Document(); TextFragment tf...add(heading2); } // Save the updated document doc.save(“TOC_Output_Java...

    forum.aspose.com/t/tocinfo-title-cannot-be-alig...
  6. How to Convert RTF to PDF using C++

    This short tutorial guides on how to convert RTF to PDF using C++. It provides necessary information to configure the environment and runnable code to export RTF to PDF using C++....Load the source RTF file into Document class object for conversion...steps to convert rich text document to PDF using C++ . Once all...

    kb.aspose.com/words/cpp/how-to-convert-rtf-to-p...
  7. 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/tags/
  8. 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/
  9. 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/
  10. Convert PDF to Word Docs - Free Support Forum -...

    Trying to convert pdf to word in python. Using the docs as is. Getting the following error: Traceback (most recent call last): File "/home/jupyter/Tahoe_Test/Aspose/EnclaveTesting/WordHandler.py", line 69, in conv_pdf…...py", line 69, in conv_pdf document.save(output_stream, save_options)...following the instructions from documentation . Here is my function: def...

    forum.aspose.com/t/convert-pdf-to-word-docs/312166