Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 4,130 for

artifact

(0.1 sec)
  1. Working with Artifacts|Aspose.PDF for Java

    This page describes how to work with Artifact class using Aspose.PDF for Java. Code snippets show how to add a background image to PDF pages and how to get each watermark on the first page of a PDF file....Working with Artifacts Contents [ Hide ] Artifacts are generally... In your PDF examples of artifacts include different information...

    docs.aspose.com/pdf/java/artifacts/
  2. How to remove Header/Footer in Pdf - Free Suppo...

    Hi, I am trying to remove the header and footer from a PDF. I am using ParagraphAbsorber to read the file. Is there an attribute that can be used to detect the header and footer? Or does there any suggestion to remove …...= new List<Artifact>(); foreach (Artifact artifact in page.Artifacts)...Artifacts) { if (artifact.Type == Artifact.ArtifactType.Pagination)...

    forum.aspose.com/t/how-to-remove-header-footer-...
  3. Add, Get or Remove Watermark in PDF using C# | ...

    Add, get or remove watermark from PDF file programmatically with C# sample code using Aspose.PDF for .NET...Artifacts collection class. Save PDF...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/net/watermark/
  4. Add, Get or Remove Watermark in PDF using C++ |...

    Add, get or remove watermark from PDF file programmatically with C++ sample code using Aspose.PDF for C++...Artifacts collection class. Save PDF..._dataDir + inputFileName ); auto artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/cpp/watermark/
  5. Add, Get or Remove Watermark in PDF using Java ...

    Add, get or remove watermark from PDF file programmatically with Java sample code using Aspose.PDF for Java...Artifacts collection class. Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . setText...

    products.aspose.com/pdf/java/watermark/
  6. PdfSaveOptions.export_paragraph_graphics_to_art...

    PdfSaveOptions.export_paragraph_graphics_to_Artifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact....export_paragraph_graphics_to_artifact property PdfSaveOptions.e...export_paragraph_graphics_to_artifact property Gets or sets a value...

    reference.aspose.com/words/python-net/aspose.wo...
  7. WatermarkArtifact API not working on given PDF ...

    Hi , For given attached PDF the watermark code is not working. No error displayed but watermark is missing. using (Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(fileStream)) …...Document(fileStream)) { WatermarkArtifact artifact = new WatermarkArtifact()...TopMargin = 7, LeftMargin = 7 }; artifact.SetLinesAndState( new string[]...

    forum.aspose.com/t/watermarkartifact-api-not-wo...
  8. PdfSaveOptions.exportParagraphGraphicsToArtifac...

    PdfSaveOptions.exportParagraphGraphicsToArtifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact....graphic should be marked as an artifact. get exportParagraphGraph...graphics will be marked as “Artifact”. This value is ignored when...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PdfSaveOptions.ExportParagraphGraphicsToArtifac...

    Discover the PdfSaveOptions ExportParagraphGraphicsToArtifact property to control paragraph graphics as Artifacts, enhancing your document's visual clarity....graphic should be marked as an artifact. public bool ExportParagraphGraph...graphics will be marked as “Artifact”. This value is ignored when...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Issue with watermarking using Aspose.PDF 24.11....

    Class : Aspose.Pdf.Document Method: AddStamp Error : Specified argument was out of the range of valid values. (Parameter ‘Unrecognized filter type.’)...specific properties or types of artifacts being used in your code. Here...issue: Check Artifact Types : Ensure that the artifact types you...

    forum.aspose.com/t/issue-with-watermarking-usin...