Skip to content

Instantly share code, notes, and snippets.

Aspose.CAD-Cloud-SDK-Python
@aspose-cloud
aspose-cloud / Aspose.CAD-Cloud-.NET
Last active February 19, 2024 16:21
The GIST contains .NET Examples of Aspose.CAD Cloud APIs.
The GIST contains .NET Examples of Aspose.CAD Cloud APIs.
@aspose-cloud
aspose-cloud / Examples-Java-Add-Redact-Annotation-to-PDF-1.java
Last active November 26, 2022 19:29
This gist contains code snippets related to Redacting PDF file content using using Aspose.PDF Cloud SDK for Java
// Get ClientID and ClientSecret from https://dashboard.aspose.cloud/
String clientId = "29ac1517-753f-4303-b755-7185e35cf939";
String clientSecret = "c537caf71eafc8a75a5ee7813b703276";
// createPdfApi instance
PdfApi pdfApi = new PdfApi(clientSecret,clientId);
// input PDF document
String sourcePDF = "PdfWithTable.pdf";
@aspose-cloud
aspose-cloud / Add Text, Polyline, Squiggly, and Attachment Annotations
Last active November 26, 2022 18:56
This Gist contains code snippets regarding the addition of Text, Polyline, Squiggly, and Attachment Annotations to PDF document
This Gist contains code snippets regarding the addition of Text, Polyline, Squiggly, and Attachment Annotations to PDF document
@aspose-cloud
aspose-cloud / Add watermark to PDF online using Java
Last active September 25, 2022 21:31
Add watermark to PDF online using Java
This Gist contains code snippets related to Adding watermarks to PDF file using Aspose.PDF Cloud SDK for Java
@aspose-cloud
aspose-cloud / 3DpdfToHTML.cs
Last active March 24, 2022 15:53
aspose.com blog gists
Document document = new Document(dataDir + "3DTest.pdf");
HtmlSaveOptions options = new HtmlSaveOptions
{
SplitIntoPages = false,
FixedLayout = true,
CompressSvgGraphicsIfAny = false,
SaveTransparentTexts = true,
SaveShadowedTextsAsTransparentTexts = true,
RasterImagesSavingMode = HtmlSaveOptions.RasterImagesSavingModes.AsEmbeddedPartsOfPngPageBackground,
PartsEmbeddingMode = HtmlSaveOptions.PartsEmbeddingModes.EmbedAllIntoHtml
@aspose-cloud
aspose-cloud / Aspose.Email-Cloud-SDK-.NET
Last active December 2, 2021 07:26
The GIST contains SDK Examples of Aspose.Email Cloud SDK for .NET.
Aspose.Email-Cloud-SDK-.NET
@aspose-cloud
aspose-cloud / Aspose.Words-Cloud-SDK-.NET
Last active December 2, 2021 07:26
Aspose.Words-Cloud-SDK-.NET
The GIST contains SDK Examples of Aspose.Words Cloud SDK for .NET.
@aspose-cloud
aspose-cloud / Aspose.Email-Cloud-SDK-Node
Last active December 2, 2021 07:26
This Gist repository contains code snippet related to Aspose.Email Cloud SDK for Node.js
Aspose.Email-Cloud-SDK-Node
@aspose-cloud
aspose-cloud / Aspose.Email-Cloud-SDK-PHP
Last active December 2, 2021 07:26
This Gist repository contains code snippet related to Aspose.Email Cloud SDK for PHP
Aspose.Email-Cloud-SDK-PHP