Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 188,660 for

aspose page

(1.39 sec)
  1. 使用 C# 从 PDF 文件中提取矢量数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得简单。您可以获取矢量数据(路径、多边形、多线段),例如位置、颜色、线宽等。...2 版本以来,Aspose.PDF for .NET 库允许从 PDF 文件中提取矢量数据。...visit https://github.com/aspose-pdf/Aspose.PDF-for-.NET private static...

    docs.aspose.com/pdf/zh/net/extract-vector-data-...
  2. Add Image to PDF using C++|Aspose.PDF for C++

    This section describes how to add image to existing PDF file using C++ library....Existing PDF File Every PDF page contains Resources and Contents...input PDF document. Get the page you want to add an image to...

    docs.aspose.com/pdf/cpp/add-image-to-existing-p...
  3. Aspose.Drawing for Java

    This step by step tutorial shows you how to........Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/drawing/java/
  4. Aspose.PUB for .NET

    Create and convert PUB format into PDF, PNG, JPG, and other image formats in C# .NET without using Microsoft Publisher....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/pub/net/
  5. 跟踪Excel转TIFF的转换进度,使用C++|Documentation

    学习如何使用Aspose.Cells for C++跟踪Excel文件转换为TIFF格式的进度。...Aspose.Cells支持通过提供 IPageSavingCallback...<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...

    docs.aspose.com/cells/zh/cpp/track-conversion-p...
  6. 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...
  7. How to Convert FBX to OBJ in C#

    This step-by-step tutorial shows you how to convert FBX to OBJ in C# programmatically. Easily create FBX to OBJ C# converter in your .NET windows or ASP.NET applications...Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/3d/net/how-to-convert-fbx-to-obj-...
  8. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将弧形对象创建到您的PDF中。...] 以下代码片段也适用于 Aspose.PDF.Drawing 库。 添加弧形对象 Aspose.PDF for .NET...visit https://github.com/aspose-pdf/Aspose.PDF-for-.NET private static...

    docs.aspose.com/pdf/zh/net/add-arc/
  9. 在 Visio 中插入新页面|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....new blank page Application . ActiveDocument . Pages . Add ();...the id of the page in VSTO Aspose.Diagram Pages 集合公开的 Add 方法允许您将新的空白页添加到...

    docs.aspose.com/diagram/zh/net/inserting-a-new-...
  10. 添加背景到PDF|Aspose.PDF for .NET

    使用C#将背景图像添加到您的PDF文件中。使用BackgroundArtifact对象。...在Aspose.PDF for .NET中,每个PDF文档都是页面的集合,每个页面包含一组工件。可以使用...BackgroundArtifact 类将背景图像添加到页面对象。 以下代码片段也适用于 Aspose.PDF.Drawing 库。 以下代码片段演示了如何...

    docs.aspose.com/pdf/zh/net/add-backgrounds/