Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 14,324 for

artifact

(0.06 sec)
  1. PDF添加水印旋转角度问题 - Free Support Forum - aspose.com

    在使用Aspose.Pdf(23.4.0)添加水印,水印的对齐方式为水平垂直居中,旋转45度后,居中的效果不正确 代码: var Artifact = new WatermarkArtifact(); Artifact.SetLinesAndState(lines.ToArray(), textState); Artifact.Rotation = rotation; …...代码: var artifact = new WatermarkArtifact(); artifact.SetLinesAndState(lines...textState); artifact.Rotation = rotation; artifact.Opacity = opacity;...

    forum.aspose.com/t/pdf/286757
  2. SetLinesAndState | Aspose.PDF for .NET API 参考

    设置工件的文本和文本属性允许指定多行...SetLinesAndState Artifact.SetLinesAndState method 设置工件的文本和文本属性。允许指定多行。...也可以看看 class TextState class Artifact 命名空间 Aspose.Pdf 部件 Aspose...

    reference.aspose.com/pdf/zh/net/aspose.pdf/arti...
  3. Adding watermark/textstamp NOT working on some ...

    Hi, When I’m trying to add simple text footer, watermark to PDF files, I found that the implementation somehow failed to work on some PDF. Could you help let me know the causes or any solution? Thanks Attached two pdf…...WatermarkArtifact artifact = new WatermarkArtifact(); artifact.setText(formattedText);...setText(formattedText); artifact.setArtifactHorizonta(HorizontalAlignment...

    forum.aspose.com/t/adding-watermark-textstamp-n...
  4. Deskew image|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....] Deskew image Skew is an artifact that might appear during document...

    docs.aspose.com/imaging/python-net/deskew-image/
  5. ArtifactCollection - Aspose.PDF for Java - API ...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....ImportResourceLoader Artifact Artifact.ArtifactSubtype Artifact.ArtifactType...getArtifacts () Gets collection of artifacts on the page. Constructors...

    reference.aspose.com/pdf/java/com.aspose.pdf/cl...
  6. artifactcollection - Aspose.PDF for Java - API ...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....ImportResourceLoader Artifact Artifact.ArtifactSubtype Artifact.ArtifactType...getArtifacts () Gets collection of artifacts on the page. Constructors...

    reference.aspose.com/pdf/java/com.aspose.pdf.cl...
  7. ArtifactCollection - Aspose.PDF for Java - API ...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....ImportResourceLoader Artifact Artifact.ArtifactSubtype Artifact.ArtifactType...getArtifacts () Gets collection of artifacts on the page. Constructors...

    reference.aspose.com/pdf/java/com.aspose.pdf.cl...
  8. Aspose Total direct download - Free Support For...

    is there a direct download link for aspose total 22.12? My project does not use maven/gradle, etc. when i try create a simple maven project to download the jars (see below), i get “Missing Artifact com.aspose:aspose-to…...(see below), i get “Missing artifact com.aspose:aspose-total:pom:22...

    forum.aspose.com/t/aspose-total-direct-download...
  9. ApsUsingConverter | Aspose.PDF for Java API Ref...

    Class for Internal usage only....ResourceSavingStrate Artifact English Русский 简体中文...

    reference.aspose.com/pdf/java/com.aspose.pdf/ap...
  10. Working with PDF Pages in C#|Aspose.PDF for .NET

    How to add pages, add headers and footers, add watermarks you can know in this section. Aspose.PDF for .NET explain to you all details on this topic....watermarks in your PDF file using Artifact class. You will check the...watermarks in your PDF file with Artifact Class. Add Page Numbering...

    docs.aspose.com/pdf/net/working-with-pages/