Sort Score
Result 10 results
Languages All
Labels All
Results 6,831 - 6,840 of 184,683 for

page

(0.55 sec)
  1. Metadata Cleaner for Outlook|Aspose.Words for .NET

    Aspose.Words Metadata Cleaner for Outlook is a metadata removal tool which protects organizations from accidental information and metadata leaks using C#....Hide ] What is this page about? This page explains how the Outlook...results. Please refresh the page and try again....

    docs.aspose.com/words/net/metadata-cleaner-for-...
  2. FieldMergeBarcode.ForegroundColor | Aspose.Word...

    Discover the FieldMergeBarcode ForegroundColor property to customize your barcode's appearance. Easily set colors with values from 0 to 0xFFFFFF!...will create a new page for each row. Each page will contain a DISPLAYBARCODE...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.setExportEmbeddedCss(true); saveOption…... When page‑by‑page layout is not essential...you do not require exact page‑by‑page layout. TL;DR The dotted...

    forum.aspose.com/t/bug-when-generating-html-in-...
  4. Footer height and extra line issue when convert...

    I am experiencing a layout problem when converting OpenDocument Text (.odt) files to PDF using Aspose.Words for .NET version 23.5.0. Specifically, the footer height is handled incorrectly, causing an extra line to appear…...extra line to appear on each page and the spacing between the...degradation or extra lines on pages. –Sample file:– sample_files...

    forum.aspose.com/t/footer-height-and-extra-line...
  5. Convert MHTML to PDF – C# Examples and Online C...

    Convert MHTML to PDF in C# using Aspose.HTML for .NET. Consider the supported MHTML to PDF conversion scenarios in C# examples....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/convert-mhtml-to-pdf/
  6. Aspose::Words::Layout::RevisionOptions::get_Rev...

    Aspose::Words::Layout::RevisionOptions::get_RevisedPropertiesColor method. Allows to specify the color to be used for content with changes of formatting properties FormatChange Default value is NoHighlight in C++....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions -> set_ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. Aspose::Words::Layout::RevisionOptions::get_Sho...

    Aspose::Words::Layout::RevisionOptions::get_ShowOriginalRevision method. Allows to specify whether the original text should be shown instead of revised one. Default value is false in C++....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions -> set_ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. Several PDF Into GIF C#

    Merge multiple PDF into GIF in C# code. Save PDF as GIF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/pdf-to-gif/
  9. Several PDF Into SVG C#

    Merge multiple PDF into SVG in C# code. Save PDF as SVG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/pdf-to-svg/
  10. Several DOC Into PNG C#

    Merge multiple DOC into PNG in C# code. Save DOC as PNG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/doc-to-png/