Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 423,607 for

document

(0.23 sec)
  1. Pdf Table issue - Free Support Forum - aspose.com

    I am working with a Word Document that contains a single table spanning four pages. Upon exporting the Document to PDF, the table is rendered as four distinct tables—each appearing on a separate page. This behavior occur…...1 I am working with a Word document that contains a single table...pages. Upon exporting the document to PDF, the table is rendered...

    forum.aspose.com/t/pdf-table-issue/319066
  2. DocSaveOptions.SavePictureBullet | Aspose.Words...

    Discover how the DocSaveOptions SavePictureBullet property enhances your Document output. Control PictureBullet data saving effortlessly for optimal results....data is not saved to output document. Default value is true . public...from the document when saving. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  3. FieldOptions class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldOptions class. Represents options to control field handling in a Document...control field handling in a document. To learn more, visit the...the Working with Fields documentation article. Properties Name Description...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. WatermarkerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words.LowCode.WatermarkerContext class for seamless Document watermarking. Enhance your Documents with ease and efficiency....] WatermarkerContext class Document watermarker context. public...watermark. LayoutOptions { get; } Document layout options used by the...

    reference.aspose.com/words/net/aspose.words.low...
  5. ViewOptions.ZoomPercent | Aspose.Words for .NET

    Adjust the ViewOptions ZoomPercent property to set your Document's zoom level between 10-500%. Enhance readability and optimize your viewing experience!...which you want to view your document. public int ZoomPercent {...to a document upon loading. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.set...
  6. Paragraph.IsEndOfDocument | Aspose.Words for .NET

    Discover the IsEndOfDocument property for paragraphs. Learn how to identify the last paragraph in your Document's final section for effective formatting....in the last section of the document. public bool IsEndOfDocument...paragraph into the document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  7. FieldOptions class | Aspose.Words for Python

    aspose.words.fields.FieldOptions class. Represents options to control field handling in a Document...control field handling in a document. To learn more, visit the...the Working with Fields documentation article. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Saving::ResourceSavingArgs class...

    Aspose::Words::Saving::ResourceSavingArgs class. Provides data for the ResourceSaving() event. To learn more, visit the Documentation article in C++....more, visit the Save a Document documentation article. class ResourceSavingArgs...Description get_Document () const Gets the document object that is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. FontInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FontInfo class, your key to detailed font insights for Documents, enhancing text quality and visual appeal....information about a font used in the document. To learn more, visit the...the Working with Fonts documentation article. public class FontInfo...

    reference.aspose.com/words/net/aspose.words.fon...
  10. Rotate PDF Pages Using C#|Aspose.PDF for .NET

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C#.... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/net/rotate-pages/