Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,369 for

fixed layout

(0.09 sec)
  1. Hyphenation | Aspose.Words for Java

    Provides methods for working with hyphenation dictionaries in Java....LAYOUT); Assert.assertEquals(warningInfoCollectio...request dictionaries when page layout of the document is built. ...

    reference.aspose.com/words/java/com.aspose.word...
  2. C# .NET API for PostScript Processing

    C# ASP.NET VB.NET library to load and convert XPS PS and EPS files to PDF and Images. Create or manipulate XPS files in .NET applications...formats : Fixed Layout: XPS PostScript: EPS, PS Fixed Layout: PDF...

    products.aspose.com/page/net/
  3. Font-scaling Missing When Converting .docx to ....

    Problem Description When converting a DOCX document to HTML using Aspose.Words, the **font scaling ** defined in Microsoft Word is not preserved in the HTML output. Although a font-size is generated, the scaling factor …...Behavior Text is rendered with a fixed font-size in HTML. Font scaling...generated HTML output uses a fixed font-size and does not include...

    forum.aspose.com/t/font-scaling-missing-when-co...
  4. C++ API to Export XPS to OTT | products.aspose.com

    Convert XPS to OTT within C++ applications....to store documents in a fixed layout format. OTT (OpenDocument...still maintaining the original layout of the XPS document. How Aspose...

    products.aspose.com/total/cpp/conversion/xps-to...
  5. Add an image in XPS files | API for .NET

    .NET API Solution to work with PS, XPS and EPS files. Learn how to add images to a XPS file with the attached C# code snippet...XPS files store images at a fixed resolution (defined at the time...images to XPS files? XPS is a fixed-layout document format developed...

    products.aspose.com/page/net/add-image-to-xps/
  6. TeX to XPS Conversion API| .NET

    TeX to XPS conversion functionality. Integrate this on-premise .NET library into your project or use cross-platform applications to convert TeX to XPS....typography, mathematics, and layout. XPS What is XPS File Format...by Microsoft. It stores a fixedlayout representation of a document...

    products.aspose.com/tex/net/conversion/tex-to-xps/
  7. PsSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Ps](../../aspose.words/saveformat/#Ps) format...when a document is exported to fixed page format. (Inherited from...before saving the document to a fixed page format. Default value for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....get_DisplayHangulFixedWi () Always Use Fixed Width for Hangul Characters...get_DoNotUseHTMLParagrap () Use Fixed Paragraph Spacing for HTML Auto...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. FontSettings class | Aspose.Words for Python

    aspose.words.fonts.FontSettings class. Specifies font settings for a document...building document layout or rendering to fixed page formats. But...building the layout or rendering the document to the fixed-page format...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...layout = aw.WatermarkLayout.DIAGONAL...PARAGRAPH, True) layout_collector = aw.layout.LayoutCollector(doc)...

    forum.aspose.com/t/how-to-add-watermark-to-docs...