Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 58,541 for

page

(0.05 sec)
  1. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...banner in the head of the first page. No point in putting a code...size is proportionate to the page width, // but should not exceed...

    forum.aspose.com/t/trying-to-create-a-word-like...
  2. ResourceSavingArgs | Aspose.Words for Java

    Provides data for the IResourceSavingCallback.resourceSavingcom.aspose.words.ResourceSavingArgs event in Java....Words saves a document to fixed page HTML or SVG, it saves each resource...an external resource to fixed page HTML or SVG. /// public void...

    reference.aspose.com/words/java/com.aspose.word...
  3. BuildingBlockBehavior | Aspose.Words for Java

    Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document in Java.... PAGE Specifies that the building...shall be added into its own page. PARAGRAPH Specifies that the...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Range::UpdateFields method | Asp...

    Aspose::Words::Range::UpdateFields method. Updates the values of document fields in this range in C++....related to the page layout algorithms (e.g. PAGE, PAGES, PAGEREF)...PAGEREF). The page layout-related fields are updated when you render...

    reference.aspose.com/words/cpp/aspose.words/ran...
  5. Resources|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Android via Java home page Product home page. Aspose.Slides blog...

    docs.aspose.com/slides/androidjava/resources/
  6. SvgSaveOptions.ShowPageBorder | Aspose.Words fo...

    Discover the SvgSaveOptions ShowPageBorder property to customize your Page outline. Control borders effortlessly—default setting is true for easy use!...added to the outline of the page. Default is true . public bool...SvgSaveOptions object to save with no page borders or selectable text....

    reference.aspose.com/words/net/aspose.words.sav...
  7. PageSetup.borderAlwaysInFront property | Aspose...

    PageSetup.borderAlwaysInFront property. Specifies where the Page border is positioned relative to intersecting texts and objects....property Specifies where the page border is positioned relative...border at the top of the first page. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. HeaderFooterType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.HeaderFooterType enum for easy identification of header and footer types in Word documents. Enhance your document processing today!...0 Header for even numbered pages. HeaderPrimary 1 Primary header...numbered pages. FooterEven 2 Footer for even numbered pages. FooterPrimary...

    reference.aspose.com/words/net/aspose.words/hea...
  9. SplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts in Java....Shows how to split document by pages. String doc = getMyDir() + "Big...setSplitCriteria(SplitCriteria.PAGE); Splitter.split(doc, getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...pdfDocuments = new List(); IList pages = document.GetChildNodes();...GetChildNodes(); for (int i = 0; i < pages.Count(); i++) { PdfSaveOptions opts...

    forum.aspose.com/t/key-not-found-exception/293338