One way you might try to go about it is, instead of saving the image as a PDF out of Illustrator, I would start with a blank PDF file(for example, 'print' a blank Word document to PDF using Distiller), then add in your background picture(must be a PDF,BMP,GIF,JPG,PCX,PNG,or TIFF file) by...
Elcomsoft makes the "Advanced PDF Password Recovery" tool which can decrypt PDFs that have the 'owner' password set but not the 'user' password. The owner password prevents modification of a PDF file and the user password prevents the PDF file from being opened at all, except by the...
Thanks again Coderifous,
It works beautifully! Merry Christmas! 'Well, it's one louder, isn't it?...
What we do is, if we need that extra push over the cliff, you know what we do?...Eleven. Exactly. One louder.'
Thanks again Coderifous,
However the only way I can get anything to print is to use:
for $category(keys %hash_of_arrays_of_arrays ) {
print WRITE "$category: @{$hash_of_arrays_of_arrays{$category}}\n";
}
And I either get "B: ARRAY(0x1b1a364) ARRAY(0x1c4c358)...
This works beautifully for the whole file! One question for anyone who has the time: how can I modify this to process the file in groups of lines at a time instead of the whole file?
I need a table for every unique value in field on of the data file...? I can write out the first x number of...
Evan145, Codiferous,
Thank you for your post Codiferous, I was only grasping at straws anyway. Seems like I'm doing a lot of that these days, maybe you guys can help me with another problem:
I'm currently strugging with trying to get my head around
exactly what you referred to...
Evan145,
I'm just a Perl hack, but I think this is what you're looking for:
my @data;
open( READ, "< $filename" ) or die 'Cannot open $filename: $!';
while (defined ($_ = <READ>)){ push @data, [split/,/]; }
close( READ );
The "[split/,/]" does the work of splitting...
icrf,
This can work! However, one thing: I don't need to display columns 1 through 3, is there an easy way to weed those out? Other than that I can make any other necessary adjustments. Thank you so much for your help! 'Well, it's one louder, isn't it?...
What we do is, if we need that...
icrf,
Your table looks right on the money. I haven't had a chance to test your code, but if it creates the table you drew up in your first reply, I think it will work!
I have to apologize to everyone for the vagueness of my posts in this thread. I was in a rush to get out the door to get to...
Not stupid at all, sorry I was very unclear. I misspoke so let me rephrase, please. Each HTML table will have a title cell, the value taken from the first column of the CSV file.
Please take a look at the following URL for actual data. It's for a Japanese company putting school exam results...
Good morning all,
I'm having a rough time handling the output/display of CSV data into HTML tables. The way the CSV file is formatted, several fields can be duplicated over 2 or more rows to indicate that the value should span over that many rows in the HTML table. So,
Cow, Dog, Lion...
Hey guys and gals, a customer of mine has requested that I help his in-house programmer implement a custom error handling system for one of his CGI scripts. I'm really struggling to find a good, easy solution that will satisfy his requirements.
Basically he'd like all warnings, errors, fatals...
David,
Another option, if you don't have Acrobat and can use the PDFMaker plug-in for MSWord to create your PDFs, then you can set the password in the Security options(in Word: 'Acrobat' menu>'Change Conversion Settings...'>
'Security' tab) before you create the file. 'Well, it's one louder...
jbento,
Please excuse my ignorance, but are there different levels of secured HTTP (HTTPS) pages? The reason I ask is that I don't have any problems downloading HTTPS pages using the Web Capture tool...? Can you post an example URL that you're having trouble with so I can test it?
'Well...
jbento,
Please excuse my ignorance, but are there different levels of secured HTTP (HTTPS) pages? The reason I ask is that I don't have any problems downloading HTTPS pages using the Web Capture tool...?
'Well, it's one louder, isn't it?...
What we do is, if we need that extra push over the...
dawgfan1606(are we talking UW Huskies here?),
One, simplistic way of doing this using Acrobat, would be to use either a text or signature form field containing the copyright notice. In properties you'd set it to Read-Only so the user can't alter it, then set the 'Common Properties'>'Form Field...
David,
The only way I've seen so far is to create the PDF using Distiller and then set an Open password in the Security settings. I can't think of another, easy, way to do this.
What are you using to create your PDFs? 'Well, it's one louder, isn't it?...
What we do is, if we need that extra...
OK sxschech, here's the scoop!
The Print Page(s) option becomes available depending upon how the PDF document gets created:
If you create the PDF using the Web Capture tool and select "Create Bookmarks from Content" in the options, then all the bookmarks will be 'printable'...
deejay33,
The situation you described sounds like a problem with mis-matched printer/driver files. I'm not up to date with the Mac OS so I copied the following from Adobe.com(http://www.adobe.com/support/techdocs/a9da.htm), which might help you. The following applies only if you're printing...
jisoo22,
Sounds like a general file association problem to me. Have you already tried changing that? On my machine the association is set to open in the full version of Acrobat also, but I was able to open them in Reader by changing the association for that file type.
I assume that as a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.