Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 350,982 for

document

(0.42 sec)
  1. View PPTM File Online and using Java | products...

    Free online PPTM file viewer app. Java API code to view PPTM presentation for viewer application....Develop powerful Java based PPTM document viewer utility application...PPTM document through Java. Download View PPTM Document via Online...

    products.aspose.com/total/java/viewer/pptm/
  2. How to use CSS Selector – QuerySelector, QueryS...

    Learn how to effectively apply selectors to select the elements you want to style using QuerySelector() and QuerySelectorAll() methods.... you can navigate an HTML document using CSS Selectors and extract...pattern to match elements in a document tree based on CSS Selectors...

    docs.aspose.com/html/net/how-to-articles/how-to...
  3. Merge XPS files using .NET | Aspose.PDF

    Merge XPS files programmatically with C# sample code using Aspose.PDF for .NET...powerful, and easy-to-use document manipulation API for net platform...NET Library can convert a document from any supported download...

    products.aspose.com/pdf/net/merger/xps/
  4. Aspose::Words::Saving::CssSavingArgs class | As...

    Aspose::Words::Saving::CssSavingArgs class. Provides data for the CssSaving() event. To learn more, visit the Documentation article in C++....more, visit the Save a Document documentation article. class CssSavingArgs...saved to. get_Document () const Gets the document object that is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose::Words::Loading::HtmlLoadOptions class |...

    Aspose::Words::Loading::HtmlLoadOptions class. Allows to specify additional options when loading HTML Document into a Document object. To learn more, visit the Documentation article in C++....when loading HTML document into a Document object. To learn more...the Specify Load Options documentation article. class HtmlLoadOptions...

    reference.aspose.com/words/cpp/aspose.words.loa...
  6. 将PDF转换为PDF/A格式|Aspose.PDF for C++

    本主题展示了如何使用Aspose.PDF将PDF文件转换为符合PDF/A标准的PDF文件。... 使用Document类的Convert方法转换文件。 在将PDF转换为符...pdf" ); // 打开文档 auto document = new Document ( _dataDir + infilename...

    docs.aspose.com/pdf/zh/cpp/convert-pdf-to-pdfa/
  7. How to Create DOCX in C++

    In this topic, we will learn how to create DOCX in C++. The Word Documents are created programmatically in C++ and used in many applications to achieve automation like utility bill generation. You can create DOCX on the fly in C++ using simple API interface.... Word documents are created programmatically...instance of Document Class to add a blank Word document Create DocumentBuilder...

    kb.aspose.com/words/cpp/how-to-create-docx-in-cpp/
  8. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font formatting control. Enhance your design with easy access to customizable text styles and effects....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/inl...
  9. ParagraphFormat.StyleName | Aspose.Words for .NET

    Discover the ParagraphFormat StyleName property to easily manage and customize paragraph styles for enhanced Document formatting and presentation....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/par...
  10. Convert Specific Pdf Page - Free Support Forum ...

    Hello, I do see SaveOptions which can be used to export PDF (all pages) to HTML / SVG. However I wish to know if there is option to specify a page also? It does create multiple files on disk. But I want to know option…...consider creating a temporary PDF document of single page and perform...page in below: Document pdfDocument = new Document(@“test.pdf”);...

    forum.aspose.com/t/convert-specific-pdf-page/70046