Sort Score
Result 10 results
Languages All
Labels All
Results 9,051 - 9,060 of 424,024 for

document

(0.3 sec)
  1. How to Convert PUB to JPG in C#

    This brief tutorial explains how to convert PUB to JPG in C#. It describes setting up the environment, then algorithm and finally a code snippet is presented to cover all the details related to the process to convert Publisher to JPG in C#....Iterate each page of the PDF document Set the resolution for the...to a PDF document and then each page of the document is exported...

    kb.aspose.com/pub/net/how-to-convert-pub-to-jpg...
  2. Insert Shape in Word using C#

    This article guides on how to insert shape in Word using C#. It has the IDE settings, steps, and a sample code to insert digital art using shapes in MS Word using C#....empty Word file using the Document class to use digital art Create...class object for the above document for adding straight line Insert...

    kb.aspose.com/words/net/insert-shape-in-word-us...
  3. Aspose::Words::MailMerging::ImageFieldMergingAr...

    Aspose::Words::MailMerging::ImageFieldMergingArgs::get_ImageHeight method. Specifies the image height for the image to insert into the Document in C++....the image to insert into the document. const System :: SharedPtr...contained in the template document. To override the initial value...

    reference.aspose.com/words/cpp/aspose.words.mai...
  4. Regression bug : Arrows not displayed in output...

    When creating a polyline annotation with aspose and settings arrows to show on extremity, the arrows are not displayed when viewing the output PDF in Adobe Reader. If modifying the shape of the annotation in Adobe Reade…...along with the generated PDF document for our reference? We will...ExStart:AddAnnotation // The path to the documents directory. string dataDir...

    forum.aspose.com/t/regression-bug-arrows-not-di...
  5. Aspose::Words::Fields::FieldFormula class | Asp...

    Aspose::Words::Fields::FieldFormula class. Implements the = (formula) field. To learn more, visit the Documentation article in C++....the Working with Fields documentation article. class FieldFormula...modifications made to the document. get_IsLocked () Gets or sets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. 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…...} } Next Steps Review your document structure to ensure that shapes...Could you please provide a document where this problem can be...

    forum.aspose.com/t/getting-exception-floating-s...
  7. LayoutFlow Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.LayoutFlow enum to control text layout in textboxes, enhancing your Document design and readability effortlessly....its orientation Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. PDF converted from Word has extra row and pushe...

    Hi, When converting a DOCX to PDF using Aspose.Words, we noticed an extra row was created on the first page text and eventually pushed some content into next page, resulting in extra page created. Code: var doc = new …... Code: var doc = new Document(@".\test.docx"); doc.Save(@"...these options: var doc = new Document(@".\test.docx"); PdfSaveOptions...

    forum.aspose.com/t/pdf-converted-from-word-has-...
  9. Firefox browser ignores security settings - Fre...

    When saving a Document as a PDF and using DisallowAll for the PdfPermissions Enumeration (as shown here: PdfPermissions Enum | Aspose.Words for .NET) I end up with a PDF that cannot be printed, copied, or edited. HOWEVE…...2026, 9:43pm 1 When saving a document as a PDF and using DisallowAll...com/questions-9/pdf-file-with-document-restrictions-no-printing-...

    forum.aspose.com/t/firefox-browser-ignores-secu...
  10. 将多页文档转换为Java中的图像|Aspose.Words为Java

    将多页文档导出为光栅图像(JPG, PNG, GIF, BMP, TIFF, WebP) 使用Java。...为具有水平布局的JPEG图像: Document doc = new Document ( "Rendering.docx"...DOCX文档保存为PNG图像: Document doc = new Document ( "Rendering.docx"...

    docs.aspose.com/words/zh/java/convert-a-multi-p...