Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 11,372 for

artifact

(0.05 sec)
  1. SetPdfPage | Aspose.PDF for .NET API Reference

    Sets PDF page which is placed on the document page as Artifact....SetPdfPage Artifact.SetPdfPage method Sets PDF page which is...placed on the document page as artifact. public void SetPdfPage (...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  2. Opacity | Aspose.PDF for .NET API Reference

    Gets or sets opacity of the Artifact. Possible values are in range 0..1....Opacity Artifact.Opacity property Gets or sets opacity of the...the artifact. Possible values are in range 0..1. public double...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  3. Position | Aspose.PDF for .NET API Reference

    Gets or sets Artifact position. If this property is specified then margins and alignments are ignored....Position Artifact.Position property Gets or sets artifact position...See Also class Point class Artifact namespace Aspose.Pdf assembly...

    reference.aspose.com/pdf/net/aspose.pdf/artifac...
  4. Get Header and Footer from PDF - Aspose.PDF Pro...

    Hi, I want to get headers and footers from pdf. 1. Header Footer textor 2. Header Footer coordinates...Artifacts property to read header and footer artifacts on...foreach ( Artifact artifact in doc.Page[1].Artifacts)<o:p></o:p>...

    forum.aspose.com/t/get-header-and-footer-from-p...
  5. textstate - Aspose.PDF for Java - API Reference

    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...TextState Artifact. getTextState () Text state for artifact text....

    reference.aspose.com/pdf/java/com.aspose.pdf.cl...
  6. Images in watermarks - Aspose.PDF Product Famil...

    Hi Aspose, I try to clean metadata from Images in pdf documents. For this I save image to memory as BMP and replace original with such new one. But with watermarks I have some difficulties. For that purpose, I use this …...Artifacts.Count; j++) { var artifact = page.Artifacts[j];...Artifacts[j]; if (artifact.Subtype == Artifact.ArtifactSubtype.Watermark &&...

    forum.aspose.com/t/images-in-watermarks/200367
  7. Aspose.PDF For NET 如何获取PDF文件中的指定内容 - 中文技术支持 - F...

    在我的PDF文件中,我想获取特定的一些内容,请见图片中圈出的部分,灰色,像水印。 我的代码如下: Document pdfDocument = new Document(@“C:\Users\howze\Desktop\test.pdf”); XFormCollection forms = pdfDocument.Pages[1].Resources.Forms; Page p = pdfDocument.Pages[1]; A…...我们还尝试使用Artifacts提取内容,如以下代码片段所示,但无法实现: foreach (Artifact artifact...pdfDocument.Pages[1].Artifacts) { // If artifact type is watermark...

    forum.aspose.com/t/aspose-pdf-for-net-pdf/216984
  8. Aspose.PDF for Java 21.5 Release Notes|Aspose.P...

    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.... Artifact .getLines() com.aspose.pdf. Artifact .getTextState()...getTextState() com.aspose.pdf. Artifact .setTextState(TextState) com...

    docs.aspose.com/pdf/java/aspose-pdf-for-java-21...
  9. TextState - Aspose.PDF for Java - API Reference

    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...TextState Artifact. getTextState () Text state for artifact text....

    reference.aspose.com/pdf/java/com.aspose.pdf.cl...
  10. Increased opacity of watermark after page 1 - F...

    Hello Using the Artifact object in my code makes it go to the first sheet with the opacity I want but after the first sheet the opacity returns to 1. Example: watermark.pdf (865.2 KB) This is the code I am working wit…...7:26pm #1 Hello Using the artifact object in my code makes it...WatermarkArtifact artifact = new WatermarkArtifact(); artifact.setText(formattedText);...

    forum.aspose.com/t/increased-opacity-of-waterma...