Sort Score
Result 10 results
Languages All
Labels All
Results 5,181 - 5,190 of 351,320 for

document

(0.13 sec)
  1. 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)) { …... But once the document is converted to pdf, hyper...heading index = paragraph.Document.GetChildNodes(NodeType.Paragraph...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  2. Example of Hello World using Go language|Aspose...

    This sample demonstrates how to create a simple PDF Document with text Hello World using Aspose.PDF for Go....allows developers to embed PDF document creation, manipulation, and...article, we are creating a PDF document containing the text “Hello...

    docs.aspose.com/pdf/go-cpp/hello-world-example/
  3. 使用C++旋转PDF页面|Aspose.PDF for C++

    本主题描述了如何使用C++以编程方式旋转现有PDF文件中的页面方向。...); // 打开文档 auto document = MakeObject < Document > ( _dataDir +...inputFileName ); for ( auto page : document -> get_Pages ()) { auto r...

    docs.aspose.com/pdf/zh/cpp/rotate-pages/
  4. Export OFT to IMAGE via C++ | products.aspose.com

    C++ API to Convert OFT to IMAGE without using Microsoft Word or Outlook...HTML by using Document class Save the document to PNG format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/oft-to...
  5. Export OFT to DOTX via C++ | products.aspose.com

    C++ API to Convert OFT to DOTX without using Microsoft Word or Outlook...HTML by using Document class Save the document to DOTX format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/oft-to...
  6. Export OFT to DOTM via C++ | products.aspose.com

    C++ API to Convert OFT to DOTM without using Microsoft Word or Outlook...HTML by using Document class Save the document to DOTM format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/oft-to...
  7. FormFieldCollection.Count | Aspose.Words for .NET

    Discover the FormFieldCollection Count property, easily access the total number of form fields, enhancing your data management and user experience....into a document, and process them with using a document visitor...void Visitor () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Range.FormFields | Aspose.Words for .NET

    Discover the Range FormFields property, access a complete FormFields collection to efficiently manage all form fields within your specified range....into a document, and process them with using a document visitor...void Visitor () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/ran...
  9. Aspose::Words::Saving::ImageSaveOptions::get_Pa...

    Aspose::Words::Saving::ImageSaveOptions::get_PaperColor method. Gets or sets the background (paper) color for the generated images. The default value is White in C++....When rendering pages of a document that specifies its own background...background color, then the document background color will override...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. DocumentDirection | Aspose.Words for Java

    Allows to specify the direction to flow the text in a Document in Java....direction to flow the text in a document. Examples: Shows how to detect...detect plaintext document text direction. // Create a "TxtLoadOptions"...

    reference.aspose.com/words/java/com.aspose.word...