Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 186,755 for

aspose page

(0.3 sec)
  1. 获取页面的纸张宽度和高度|Documentation

    本节介绍如何使用 Aspose.Diagram 获取 visio 页面的纸张大小。... 获取页面的页面宽度和页面高度 Prop of Page 下面的示例代码解释了 PageProps.PageWidth...https://github.com/aspose-diagram/Aspose.Diagram-for-Java String...

    docs.aspose.com/diagram/zh/java/get-paper-width...
  2. PDF Highlights Annotation using C++|Aspose.PDF ...

    Explore how to apply highlights annotation to PDF text in C++ with Aspose.PDF for document enhancement....the page. using namespace System ; using namespace Aspose :: Pdf...Pdf ; using namespace Aspose :: Pdf :: Text ; void TextMarkupAnnotation...

    docs.aspose.com/pdf/cpp/highlights-annotation/
  3. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....bounding boxes Contents [ Hide ] Aspose.OCR for .NET can automatically...provided in OcrInput object , use Aspose.OCR.AsposeOcr.DetectRectangles...

    docs.aspose.com/ocr/net/image-regions-word-find/
  4. Create 7Z File Opener in Python

    This guide covers how to create a 7z file opener using Python. It details the complete process and code needed to unzip 7z archives in Python....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/zip/python/create-7z-file-opener-...
  5. Support for DICOM Images|Aspose.PDF for .NET

    This section describes how to support DICOM images in PDF files using the C# library....works with the Aspose.PDF.Drawing library. Aspose.PDF for .NET...visit https://github.com/aspose-pdf/Aspose.PDF-for-.NET private static...

    docs.aspose.com/pdf/net/support-for-dicom-images/
  6. Add Image stamps in PDF using C#|Aspose.PDF for...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF library....code snippet also work with Aspose.PDF.Drawing library. To add...required properties. Call the Page class’ AddStamp method to add...

    docs.aspose.com/pdf/net/image-stamps-in-pdf-page/
  7. PDF Highlights Annotation|Aspose.PDF for Java

    Discover how to add highlights annotations in a PDF document in Java using Aspose.PDF to highlight important text....annotations to the page. package com.aspose.pdf.examples ; import...import java.util.* ; import com.aspose.pdf.* ; public class ExampleTextMarkupAnn...

    docs.aspose.com/pdf/java/highlights-annotation/
  8. Manipulate the Embedded OLE Objects in Visio Di...

    This Page describes how to manipulate ole object with Aspose.Diagram library....they can achieve this by using Aspose.Diagram for .NET API . Manipulate...Word document, edit it using Aspose.Words for .NET API , and then...

    docs.aspose.com/diagram/net/manipulate-the-embe...
  9. Set Orientation and Control the Export of Hidde...

    This section explains how to set Page's layout with Aspose.Diagram....Visio Pages on Saving Contents [ Hide ] Change a Visio Page Layout...Layout to Portrait or Landscape Aspose.Diagram for .NET API allows...

    docs.aspose.com/diagram/net/set-orientation-and...
  10. 将线对象添加到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建线对象。...将线对象添加到PDF文件 Contents [ Hide ] 添加线对象 Aspose.PDF for C++支持在PDF文档中添加图形对象...将页面添加到PDF文件的页面集合中 auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/zh/cpp/add-line/