Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 6,173 for

pdf to doc

(0.09 sec)
  1. OutlineOptions.CreateOutlinesForHeadingsInTable...

    Discover how the CreateOutlinesForHeadingsInTables property enhances table organization by enabling outlines for heading styles, improving Document clarity....Examples Shows how to create PDF document outline entries for...headings inside tables. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PclSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.PCL format in Java.... Document doc = new Document(getMyDir() + "Rendering...setRasterizeTransfor(true); doc.save(getArtifactsDir() + "PclSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  3. Working with Images

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.Pdf Product Solution Aspose.Cells Product......PDF Product Solution Aspose.Cells...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/note/java/working-with-images/
  4. Aspose::Words::Saving::OutlineOptions::get_Crea...

    Aspose::Words::Saving::OutlineOptions::get_CreateOutlinesForHeadingsInTables method. Specifies whether or not To create outlines for headings (paragraphs formatted with the Heading styles) inside tables in C++....Examples Shows how to create PDF document outline entries for...headings inside tables. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose::Words::Saving::HeaderFooterBookmarksExp...

    Aspose::Words::Saving::HeaderFooterBookmarksExportMode enum. Specifies how bookmarks in headers/footers are exported in C++....that we are rendering to PDF. auto doc = MakeObject < Document...method converts the document to .PDF. auto saveOptions = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::PdfSaveOptions::get_Head...

    Aspose::Words::Saving::PdfSaveOptions::get_HeaderFooterBookmarksExportMode method. Determines how bookmarks in headers/footers are exported in C++....that we are rendering to PDF. auto doc = MakeObject < Document...method converts the document to .PDF. auto saveOptions = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. FixedPageSaveOptions.NumeralFormat | Aspose.Wor...

    Discover the FixedPageSaveOptions NumeralFormat property To cusTomize numeral rendering. Easily switch To European numerals for enhanced Document presentation....format used when saving to PDF. Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . LocaleId...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Layout::CommentDisplayMode enum ...

    Aspose::Words::Layout::CommentDisplayMode enum. Specifies the rendering mode for Document comments in C++.... This is only available for Pdf format. Examples Shows how to...document to a rendered format. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Aspose Words Automatically Adjusting Spaces and...

    Hello, We have a file that contains Token syntax, and during Word file generation, we insert the Token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replace the Token name with 25 blank space…...Pdf - 17.3.0 and Aspose.Words - 24...As New MemoryStream(fileData) doc = New Aspose.Words.Document(inStream)...

    forum.aspose.com/t/aspose-words-automatically-a...
  10. XlsxSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.XLSX format in Java.... Document doc = new Document(getMyDir() + "Shape...setSaveFormat(SaveFormat.XLSX); doc.save(getArtifactsDir() + "XlsxSaveOptions...

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