Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 185,612 for

page

(0.17 sec)
  1. Change Background of VSDM File via .NET | produ...

    C# source code to change background of VSDM documents on .NET Framework, .NET Core, Mono or COM Interop....class Add a new page to diagram as background page Insert an image...background page Set background page to the first page of diagram...

    products.aspose.com/diagram/net/changebackgroun...
  2. Vectors extraction without text - Free Support ...

    Hello. Is there a way to extract the vectors without any text? I am trying to get the vector from the attached PDF, and Aspose.PDF always includes text, also it gets some texts as vectors. Could you please help me? tes…...List<ImageArtifact> ExtractPageImagesWit(Page page) { var images = new List<ImageArtifact>();...List<ImageArtifact>(); var pageHeightPts = page.Rect.URY; // Fast path: ImagePlacementAbsorb...

    forum.aspose.com/t/vectors-extraction-without-t...
  3. 使用 Python 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式从 PDF 文件中提取表格...path_infile ) for page in pdf_document . pages : absorber = apdf...TableAbsorber () absorber . visit ( page ) for table in absorber . table_list...

    products.aspose.com/pdf/zh-hans/python-net/tabl...
  4. FieldOptions.CustomTocStyleSeparator | Aspose.W...

    Discover the FieldOptions CustomTocStyleSeparator property to easily customize your FieldToc field's style separator for enhanced document navigation....style to the left, // and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/net/aspose.words.fie...
  5. ASP - JScript 通过 COM 互操作|Aspose.PDF for .NET

    学习如何通过 COM 互操作在 ASP 和 JScript 应用程序中使用 Aspose.PDF for .NET。启用高级 PDF 功能。...a new Page in the PDF object var pdfpage = pdf . Pages . Add...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/pdf/zh/net/asp-jscript-via-com-...
  6. Aspose::Words::Fields::FieldIndex::get_RunSuben...

    Aspose::Words::Fields::FieldIndex::get_RunSubentriesOnSameLine method. Gets or sets whether run subentries into the same line as the main entry in C++....side, // and the number of the page that contains the XE field on...set_PageNumberSeparator ( u ", see page " ); index -> set_Heading (...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. FieldIndex.numberOfColumns property | Aspose.Wo...

    FieldIndex.numberOfColumns property. Gets or sets the number of columns per Page used when building the index....sets the number of columns per page used when building the index...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add Text to an existing PDF file in PHP|Aspose....

    Learn how to add new text to an existing PDF document in PHP using Aspose.PDF for content enhancement....pdf' ); # get particular page $pdf_page = $doc -> getPages () ->...$pdf_page ); # append the text fragment to the PDF page $text_builder...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  9. Retrieve User-defined Cells from Shapesheet in ...

    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....vdx" ); $pages = $diagram -> getPages (); $count...)( string ) $pages -> getCount ()) { $page = $pages -> get ( $count...

    docs.aspose.com/diagram/java/retrieve-user-defi...
  10. Split PDF pages|Aspose.PDF for .NET

    This section explains how to split PDF Pages with Aspose.PDF Facades using PdfFileEditor class....Split PDF pages Contents [ Hide ] Split PDF Pages from First...from the first page and ending at the specified page number. If you...

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