Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,264 for

fixed layout

(0.17 sec)
  1. Convert XPS to XLAM in Android Apps | products....

    Render XPS to XLAM in Android Apps API without using Microsoft Excel or Adobe Reader... XPS is a fixed-layout document format that preserves...

    products.aspose.com/total/android-java/conversi...
  2. Inconsistent behaviour manipulating HeaderFoote...

    Hello We are migrating our PDF’s to the new Aspose schema (from version 11 to 25.10.0) and one of the tasks we need to do programatically, is to display headers and footers in subsequent pages because when the content g…..., layout re‑flow when content is added...appears intermittent. Recommended fix Create a clone of the header/footer...

    forum.aspose.com/t/inconsistent-behaviour-manip...
  3. Supported Document Formats|Aspose.Words for Pyt...

    Edit source documents in many popular formats, as well as freely convert files from one format to another using Python....Language (XAML) format as a fixed document SVG Saves the document...This conversion preserves the layout and text as closely as possible...

    docs.aspose.com/words/python-net/supported-docu...
  4. C++ API to Convert XPS to XLSM | products.aspos...

    Convert XPS to XLSM via C++ API without using Microsoft Excel or Adobe Reader...to store documents in a fixed layout. It is similar to PDF, but...

    products.aspose.com/total/cpp/conversion/xps-to...
  5. TxtSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.TxtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Text](../../aspose.words/saveformat/#Text) format...should attempt to preserve layout of tables when saving in the...before saving the document to a fixed page format. Default value for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. When generating a DOCX file from a PDF using As...

    when generating a DOCX file from a PDF using Aspose.PDF, some alignment issues were observed with 20.10.0.0 version image.png (40.3 KB)...This can occur with complex layouts, fonts, or specific formatting...versions often include bug fixes and improvements that could...

    forum.aspose.com/t/when-generating-a-docx-file-...
  7. Docx to Pdf problem on footer field - Free Supp...

    We are facing a strange behaviour when saving docx file to pdf This is our method for saving file private void SaveDocument(ApplicationDataServerContext serverCtx, TemplateInfo templateInfo, Document document, LoadOpti…...system and will deliver their fixes according to the terms mentioned...can I get an idea of “when” a fix will be available ? Just to plan...

    forum.aspose.com/t/docx-to-pdf-problem-on-foote...
  8. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java....when a document is exported to fixed page format. getPageSet() Gets...before saving the document to a fixed page format. getUpdateLastPrinted()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Extra text appears when converting DOCX to PDF ...

    Hi, When converting a DOCX file to PDF using Aspose.Words, I noticed extra text appears at page 2. Code: var doc = new Document(@".\test.docx"); doc.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance…...in Word but still affect the layout during conversion. In your...output. Adjust Layout Options : Modify the layout options when...

    forum.aspose.com/t/extra-text-appears-when-conv...
  10. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...— they can’t have floating layout or valid rectangle if (s.ShapeType...Debug("Skipping shape as it has no layout entity. Might be a floating...

    forum.aspose.com/t/getting-exception-floating-s...