Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 1,098 for

doc

(0.06 sec)
  1. How to get HTML of SDT tag? - Free Support Foru...

    Hii Team, I am trying to get HTML of SDT node. Snippet: var sdts = Doc.GetChildNodes(NodeType.StructuredDocumentTag, true)... Snippet: var sdts = doc.GetChildNodes(NodeType.StructuredDocumentTa...// Get Some SDT. Node sdt = doc.GetChild(NodeType.StructuredDocumentTa...

    forum.aspose.com/t/how-to-get-html-of-sdt-tag/2...
  2. NamedDestinationCollection - Aspose.PDF for Jav...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF Documents using Java platform....new_NamedDestinationColl ( IDocument doc)...

    reference.aspose.com/pdf/java/com.aspose.pdf.na...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom High Code APIs & Free Apps for OCR File Automation – C# OCR Image To Text Conversionhttps://products.aspose.com/ocr/net/conversion/Recent content in C# OCR Image To ......application/rss+xml Net: Convert BMP to DOC via C#https://products.aspose...com/ocr/net/conversion/bmp-to-doc/Mon, 01 Jan 0001 00:00:00 +0000https://products...

    products.aspose.com/ocr/net/conversion/index.xml
  4. UnifiedSaveOptions.ConversionProgressEventHandl...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF Documents using Java platform....lic"); Document doc = new Document("Booklet.pdf");...rogressOnConsol)); doc.save("Booklet.doc", saveOptions); System...

    reference.aspose.com/pdf/java/com.aspose.pdf/cl...
  5. datefield - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF Documents using Java platform....= new DateField(page, rect); doc.getForm().add(dateField); dateField...DateField DateField ( Document doc) Constructor which should be...

    reference.aspose.com/pdf/java/com.aspose.pdf/da...
  6. MergeField class missing - Aspose.Words Product...

    I’m trying to follow the Documentation to rename mail merge fields shown here: https://Docs.aspose.com/words/net/fields-overview/#how-to-rename-merge-fields However, it seems like there is no MergeField class in the Asp…...merge fields shown here: https://docs.aspose.com/words/net/fields...additional package, or are the docs out of date? How can I rename...

    forum.aspose.com/t/mergefield-class-missing/250096
  7. Add Tables in PDF documents via Java | Aspose.PDF

    Java source code to work with adding table in PDF file on Java and PHP, Delphi.... Document doc = new Document ( _dataDir + "input...first page of input document doc . getPages (). get_Item ( 1 )...

    products.aspose.com/pdf/java/table-add/
  8. Convert OTP to JSON Format via Java | products....

    Convert OTP to JSON format via Java without using using Microsoft Excel or PowerPoint...Other Conversion Options OTP TO DOC (Microsoft Word Binary Format)...

    products.aspose.com/total/java/conversion/otp-t...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom High Code APIs & Free Apps for OCR File Automation – Java OCR Image To Text Conversionhttps://products.aspose.com/ocr/java/conversion/Recent content in Java OCR Imag......com/ocr/java/conversion/bmp-to-doc/Mon, 01 Jan 0001 00:00:00 +0000https://products...com/ocr/java/conversion/bmp-to-doc/ container-fluid header1 header2...

    products.aspose.com/ocr/java/conversion/index.xml
  10. Image alignment doesn't work - Free Support For...

    We are trying to align an image in a table with halign="right" but it doesn't get applied. This is the reproducer code using System; using System.IO; using System.Text; using Aspose.Pdf; using Aspose.Pdf.Generator; usi…...var doc = new Document();//create document var page = doc.Pages...Paragraphs.Add(secondCellText); doc.Save(“ImageNotAligned.pdf”);...

    forum.aspose.com/t/image-alignment-doesnt-work/...