Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
PDFTron SDK
Conversations
Labels
AATL
AES
API
Acrobat
C
CFF
CID
CPP
CSharp
ContentReplacer
DRM
DocInfo
Docker
DotNet
EMF
EPUB
ElementEdit
ElementReader
ElementWriter
FDF
FileSpec
Filters
FixedPage
Flash
Flate
FlowDocument
GeoPDF
HTML
HTML2PDF
HTML5
IIS
ISO32000
JPEG2000
Java
JavaScript
Linux
LogicalStructure
MRC
Mac
OCG
OCR
Obj
ObjC
Office
OutputIntent
PDF2HTML
PDFDC
PDFDraw
PDFVIewWPF
PDFView
PDFViewCtrl
PDFViewCtrlWPF
PHP
PNG
PRC
Package
Python
QT
RichMedia
RightsEnable
Ruby
SDF
SEO
SVG
SharePoint
Silverlight
Tagged
TextExtractor
TextSearch
Tools
Type0
U3D
UI
Unicode
VB
VirtualDriver
VisualStudio
WCF
WP8
WPF
WebViewer
WinRT
Windows
WindowsStore
XFA
XML
XMP
XObject
XPS
Xamarin
XamarinMono
Xaml
accessibility
analytics
android
annotations
announcement
append
async
attachment
binding
bookmarks
cache
certification
chrome
cmyk
color
compatibility
compress
contextmenu
convert
corrupt
create
customize
deploy
devicen
download
edit
encryption
error
extract
faq
fastweb
filesize
firefox
flatten
font
forms
general
highlight
iOS
ie
image
imposition
incremental
jbig2
jpeg
layers
licensing
linearization
merge
metadata
mobile
multimedia
optimizer
page
pagination
pdf
pdfa
pdfe
pdfprinter
pdfrasterizer
pdfua
pdfx
performance
pkcs11
print
printer
quality
redact
reflow
render
safari
save
search
security
separation
sharing
shrink
sign
social
split
stamp
subset
support
swift
text
threading
thumb
tif
units
universal
validation
wxWidgets
xfdf
xod
About
PDFTron SDK
Contact owners and managers
1–15 of 3523
NEW FORUMS
here:
https://
community.pdftron.com/
This forum is
no longer used
, and is presented as an archive only.
Mark all as read
Report group
0 selected
Ryan
2/3/17
Q&A
Memory leak creating annotations.
Question: If I create an annotation, but I don't end up adding it to the document, I see the
unread,
Obj
SDF
annotations
create
save
Q&A
Memory leak creating annotations.
Question: If I create an annotation, but I don't end up adding it to the document, I see the
2/3/17
Ryan
11/24/16
Q&A
How to store stylus data such as pressure and velocity?
Question: We are using a stylus to create handwritten signatures, and we would like to save the
unread,
Obj
SDF
pdf
Q&A
How to store stylus data such as pressure and velocity?
Question: We are using a stylus to create handwritten signatures, and we would like to save the
11/24/16
Ryan
,
Claire Poza
3
10/4/17
Q&A
How do I keep track of my own annotations?
Thank you for pointing this out. line was a Line class, a subclass of Annot. I updated the variable
unread,
Obj
SDF
annotations
Q&A
How do I keep track of my own annotations?
Thank you for pointing this out. line was a Line class, a subclass of Annot. I updated the variable
10/4/17
Ryan
9/15/16
Q&A
How can I create and keep my own Objects outside of any document?
Question: I'm trying to find a way to create direct objects from scratch. Essentially what I'
unread,
Obj
Q&A
How can I create and keep my own Objects outside of any document?
Question: I'm trying to find a way to create direct objects from scratch. Essentially what I'
9/15/16
Ryan
2/4/16
Q&A
Annotation is not editable after being imported from another document.
Question: After we import an annotation from another document, and position it, the annotation is not
unread,
Obj
annotations
pdf
Q&A
Annotation is not editable after being imported from another document.
Question: After we import an annotation from another document, and position it, the annotation is not
2/4/16
Aaron
12/11/15
Q&A
Why am I seeing a "Type mismatch" error when calling setValue from JavaScript?
Q: I'm using PDFNet SDK for Windows Store Apps (NOT PDFNetJS), and am using the PDFDrawDemoJS
unread,
JavaScript
Obj
SDF
Q&A
Why am I seeing a "Type mismatch" error when calling setValue from JavaScript?
Q: I'm using PDFNet SDK for Windows Store Apps (NOT PDFNetJS), and am using the PDFDrawDemoJS
12/11/15
Aaron
,
Ryan
2
6/5/14
Q&A
How do I normalize the font settings for the fields of a document?
To follow up on my collague, PDFNet can do most of this work for you. FieldIterator itr = pdfdoc.
unread,
Obj
pdf
text
Q&A
How do I normalize the font settings for the fields of a document?
To follow up on my collague, PDFNet can do most of this work for you. FieldIterator itr = pdfdoc.
6/5/14
Brian Hogue
,
Support
2
5/28/14
Q&A
Setting OutputIntent for PDF/X
You could check for output intent along the following lines: Obj root = doc.GetRoot(); Obj
unread,
Obj
pdf
Q&A
Setting OutputIntent for PDF/X
You could check for output intent along the following lines: Obj root = doc.GetRoot(); Obj
5/28/14
Aaron Gravesdale
12/23/13
Q&A
How do I find a digital signature's byte offset in the pdf?
Q: I have a question regarding the DigitalSignaturesTest sample. Is it possible to calculate the
unread,
Obj
pdf
sign
Q&A
How do I find a digital signature's byte offset in the pdf?
Q: I have a question regarding the DigitalSignaturesTest sample. Is it possible to calculate the
12/23/13
rajku...@gmail.com
,
Support
2
10/18/13
Q&A
Decrypting strings in my PDF encrypted with custom security
Looking at your code you are calling GetRawStream() on a string object. This method can only be
unread,
Obj
SDF
Q&A
Decrypting strings in my PDF encrypted with custom security
Looking at your code you are calling GetRawStream() on a string object. This method can only be
10/18/13
Support
10/9/13
Q&A
Low-level editing of PDF page content bytes
Q: We would like to directly edit the decoded bytes of a page content stream and would like to know
unread,
Obj
SDF
edit
Q&A
Low-level editing of PDF page content bytes
Q: We would like to directly edit the decoded bytes of a page content stream and would like to know
10/9/13
Support
8/21/13
Q&A
How do I find out if a Stream Obj is a Font, Image, Form ...?
Q: I'm making a 'generic' low-level object viewer for pdf's, to easier find out what
unread,
Obj
SDF
extract
font
image
Q&A
How do I find out if a Stream Obj is a Font, Image, Form ...?
Q: I'm making a 'generic' low-level object viewer for pdf's, to easier find out what
8/21/13
Support
8/21/13
Q&A
Is it normal that pdfdoc.GetTrailer().IsFree() returns true?
Q: If I do a .IsFree on the the Obj returned by doc.GetTrailer object it seems to always report true?
unread,
Obj
SDF
Q&A
Is it normal that pdfdoc.GetTrailer().IsFree() returns true?
Q: If I do a .IsFree on the the Obj returned by doc.GetTrailer object it seems to always report true?
8/21/13
Jonathan
7/29/13
Q&A
Resource Dictionary and Inherited Page Attributes
Q: I'm trying to add a font object to each page's resource dictionary. My current approach is
unread,
ElementReader
Obj
SDF
Q&A
Resource Dictionary and Inherited Page Attributes
Q: I'm trying to add a font object to each page's resource dictionary. My current approach is
7/29/13
Tomas Hofmann
7/22/13
Q&A
Creating and keeping track of unique element on a page
Q: How do I create an keep track of a specific element on a page? For example, let's say I want
unread,
ElementWriter
Obj
Q&A
Creating and keeping track of unique element on a page
Q: How do I create an keep track of a specific element on a page? For example, let's say I want
7/22/13