PDF Bates Numbering

Hi,
Does Aspose PDF or PDFKit support “PDF Bates Numbering” or “Bates Stamping”?

Thanks.!

Hi Sudheer,

Aspose.Pdf.Kit currently doesn’t provide the feature of Bates Stamping. It only allows you stamp a PDF file with some text or image using PdfFileStamp class. However, I have logged this requirement as
PDFKITNET-10848 in our issue tracking system. You’ll be updated via this forum as this feature is provided in Aspose.Pdf.Kit; nevertheless, I’m afraid this can’t be supported in short time.

We’re sorry for the inconvenience.
Regards,

Has the Bates Numbering feature been added since this post in 2009?

<!–[if gte mso 10]> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}

<![endif]–>

Hi Dale,

I am afraid your requested feature is not supported at the moment. I have asked the development team to share the plan to support the feature. I will update you once I get a feedback from their side.

Sorry for the inconvenience,

Hi again --

I was looking at the documentation for ASPOSE.PDF and see this feature: "Add Page Number Stamp in a PDF File"

It seems to me that this function performs the same basic functions as one would expect in "Bates Numbering".

Has anyone tried this to handle Bates Numbering? How would a Bates Numbering feature differ from this feature?

Thanks

Dale

Hi Dale,


Thanks for contacting support.

We are planning to implement the Bates Numbering as being offered by Adobe. Please note that we are planning to implement ‘SubType’ support that would be nice for this feature. Frankly speaking, we have not tested the Bates Numbering through stamping technique. We will further look into the details of this problem from this perspective, and will keep you updated on status of correction. Please be patient and spare us little time. We are sorry for your inconvenience.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan

Hi,

Any update on this Bates Numbering as being offered by Adobe? The Remove Bates Numbering is there but not Add. Please give us an update.

Thanks

@adamabdulrehman

Can you please share a little bit more details like in which perspective do you require this feature? What you are actually doing while processing the PDF. We will log a feature request and share the ID with you.

Hi asad.ali,

We would like to add bates numbering through stamping technique as offered by adobe (Adobe bates numbering). We know that aspose offers various stamping techniques but we would like to add bates numbering as supported by Adobe’s bates numbering. Aspose PDF currently has limited support only providing the mechanism for removing existing bates numbers as shown in the code snippet below but not the add functionality. We would like if this add bates numbering feature is added please.

Document doc = new Document(@"C:\Samples\Sample-Document03.pdf");
    foreach (var page in doc.Pages)
    {
        var batesNum = page.Artifacts.First(ar => ar.CustomSubtype == "BatesN");
        page.Artifacts.Delete(batesNum);
    }
    doc.Save(@"C:\Samples\Sample-Document04.pdf");

Thank you

@sudheer_cv

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-55803

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.