Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 185,611 for

page

(0.23 sec)
  1. 将 Visio 形状转换为图像|Documentation

    本节介绍如何将 visio 形状转换为具有 Aspose.Diagram 的图像。...); // Get a particular page Page page = diagram . getPages ()...particular shape Shape shape = page . getShapes (). get ( 0 ); //...

    docs.aspose.com/diagram/zh/java/convert-a-visio...
  2. Work with Images using PdfContentEditor|Aspose....

    This section explains how to add and delete Images with Aspose.PDF Facades using PdfContentEditor Class....Delete Images from a Particular Page of PDF (Facades) In order to...the images from a particular page, you need to call DeleteImage...

    docs.aspose.com/pdf/net/working-with-images-in-...
  3. PageSetup.border_surrounds_header property | As...

    PageSetup.border_surrounds_header property. Specifies whether the Page border includes or excludes the header....property Specifies whether the page border includes or excludes...how to apply a border to the page and header/footer. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...through all the page of PDF foreach (Aspose.Pdf.Page page in document...document.Pages) { // Get the link annotations from particular page AnnotationSelector...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  5. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for Python via .NET.... Multi-page PDF documents, TIFF and DjVu...Details .TXT Plain text .HTML Web page .RTF A universal format for...

    docs.aspose.com/ocr/python-net/supported-file-f...
  6. Aspose::Words::Saving::ResourceSavingArgs::get_...

    Aspose::Words::Saving::ResourceSavingArgs::get_ResourceFileName method. Gets or sets the file name (without path) where the resource will be saved to in C++....generated during export to fixed page HTML, SVG or Markdown. When...resource when exporting to fixed page HTML, SVG or Markdown format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Resize Image in a Word Document|Aspose.Words fo...

    Resize an image in a Word document. NPOI does not provide an opportunity to resize an image using C#....Hide ] What is this page about? This page explains how to resize...results. Please refresh the page and try again....

    docs.aspose.com/words/net/resize-image-in-word-...
  8. PageSetup.layoutMode property | Aspose.Words fo...

    PageSetup.layoutMode property. Gets or sets the layout mode of this section....the number of lines that each page may have. let doc = new aw ...set the number of lines per page in this section. // A large...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PdfSaveOptions.clone method | Aspose.Words for ...

    PdfSaveOptions.clone method. Creates a deep clone of this object....( doc ); // Insert text with PAGE and NUMPAGES fields. These fields... write ( "Page " ); builder . insertField ( "PAGE" , "" ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Delete Images from PDF File|Aspose.PDF for .NET

    This section explain how to delete Images from PDF File using Aspose.PDF for .NET.... Get the Page that holds the image from the...the Document object’s Pages collection. Images are held in the...

    docs.aspose.com/pdf/net/delete-images-from-pdf-...