AutoCad :: PDF - Items Appearing On Wrong Page

Feb 4, 2013

I am using AutoCAD 08. I have been noticing that when I create a Multi-page PDF by creating a New Sheet Set. That some of the Items(Text, Numbers or Lines) in Paper Space are not appearing on the page that they should but instead appearing on the next page. In the location where it should be on the previous page. Is there a way to fix this bleed through or is there a better way to create a Multi-Page PDF other than what I have been doing?

View 0 Replies


ADVERTISEMENT

InDesign :: Master Page Items Shift After Page Insertion?

Mar 4, 2014

Indesign CS6: I've years of extensive experience using Master Pages. Now, however, when I insert a single page in a facing page document, the headers shift off the page. I've tried everything I can think of to stop this. I'm not using liquid layout or any of those layout things.
 
This is very problematic as I do textbooks with hundreds of graphics and I either have to manually move all the master page items on every page after an insertion; or I have to shift all graphics manually to the next page after moving those to the next page, and the next, and so on.
 
I'm praying this is just a "hey, you must have X set to X and by deselecting it you'll be fine." 

View 10 Replies View Related

Photoshop :: Flyout Menu Items Appearing On The Left Not Right

Sep 10, 2013

Since installing 14.1, flyout items in drop down menus have started appearing to the left of the drop down menu not the right.  Grateful to know how to fix this.

View 2 Replies View Related

Photoshop :: Wrong Color Appearing When Editing File

Nov 17, 2006

I just (re)installed Photoshop on my computer after a fresh install of Windows (damn that 2 year rule...) and now the color white on the screen comes out as a light yellow. When i save the files and view it in another program, or print it, it comes out as white, and the numbers (whatever they're called) are set to 255, 255, 255, yet it still comes out as a yellow.

View 8 Replies View Related

Lightroom :: Smart Collections Appearing In Wrong Catalog

Mar 25, 2013

I have three seperate catalogs on my desktop, each with different collections, clients etc. Generally I'll use 'import from another catalog' when I want to import a new shoot from my laptop. This works great, however sometimes I find that all of my smart collections from another catalog suddenly appear in the catalog that I am using e.g I'm using my Sculpture catalog, I import a new sculpture shoot. It imports and shows up fine but so does 20 smart collections from my Portfolio catalog. The 'alien' Portfolio smart collections obviously show as holding 0 images (as the images are where they should be - in the Portfolio catalog). Is it something to do with a preference file that all catalogs access?

View 2 Replies View Related

InDesign :: Why Do Deleted Master Page Items Appear In PDF

Feb 3, 2014

We're running InDesign CS6 (version 8.0.1) in my office. When we override and delete a master page item from a page then save out the PDF, the deleted item still shows up in the PDF.
 
Example: We typeset a string of 250 trading cards. Each card is a separate page, in a single InDesign document, and are all based on one of several possible master pages. On the master page for a given card there are some graphic elements like symbols and directional arrows. During typesetting on a card that uses that specific master page we find one of the pointing arrows needs to be oriented in a different direction. We override the existing arrow and delete it, then replace it with the correct arrow (the arrows are placed graphics). The old arrow is no longer visible in the InDesign file. When it comes time to export the file for the printer we run a script that exports each page as a separate PDF. When we proof the PDFs, the card with the arrow adjustment still shows the deleted arrow, it is visible beneath the new arrow. If we save out that page by itself (with the script or manually), this problem doesn't occur. It only happens when we save out the entire set of cards at once or as a single, multi-page PDF. Though we typically use a script for the export, we still get the same result if we don't use the script.

View 6 Replies View Related

Xara :: Export To PDF With Wrong Page Size?

Oct 17, 2013

I try Xara Designer Pro X9 and use PDF Export Options with selected objects for page generation (PDF Export Options).

After PDF export done page size is A4 with my rectangle drawing instead page size with my rectangle size. How can I export to PDF selected rectangle with rectangle page size?

View 3 Replies View Related

Illustrator Scripting :: CS4 - Remove All Hidden Page Items?

Jan 26, 2012

I'm trying to remove all hidden page items regardless of how many sublayers they are burried in. I wrote a snippet here that seems to only partly work. It removes all hidden page items unless two hidden items exist right after each other in the stacking order.
 
for (i=0; i<doc.pageItems.length; i++){
if (doc.pageItems[i].hidden == true){
doc.pageItems[i].remove();
}
}

View 3 Replies View Related

Illustrator Scripting :: Filter Page Items By Property In JavaScript

Aug 9, 2012

What is the Javascript equivalent to this AppleScript?
 
set xxx to every page item whose note = "John"
 
After looking at some of the tutorials, I pieced this together. Is there a better way of doing this? With 30,000 path items it took over a minute to execute...
 
docRef = app.activeDocument;
var pathLength = docRef.pathItems.length;
docRef.pathItems[0].note;

[Code].....

View 4 Replies View Related

Illustrator Scripting :: Can Tint Be Adjusted For Items On Page That Have Spot Color Applied

Sep 27, 2012

I have been trying to mess with and target "tints" via javascript but either I am not understanding something or it cant be targeted as I had hoped, so I am looking for direction and guidance. I have a spot color assigned in the color swatches palette, and have drawn a few boxes on the page using this spot swatch. I then try to alter the tint using JS code.
 
sel[i].tint = // whatever number
alert(sel[i].tint) // This alerts fine
 
The alert shows a change taking place but it never gets applied to the item, the actual item never gets changed. I know things are properly targeted as I can change other attributes fine. When I look in the JS documentation it just shows for when creating a new spot, not for ones that already exist on items, I cant seem to find an example otherwise.
 
Can tint be adjusted for items on the page that have a spot color applied?

View 8 Replies View Related

Illustrator Scripting :: Apply Every Swatch Library Color To Path Items On Page?

Oct 1, 2012

I'm trying to write a script that applies a single swatch to a single path item and repeat for every swatch that is currently contained in the swatch library. This script that I have written is only applying the last swatch in the swatch library to every path item on the page. Currently I'm more concered with getting each swatch that is currently in the swatch library to be applied at least once before worrying about applying the same patch to any extra number of patch items compared to the swatches.length.

// Apply every swatch library color to path items on a page
if ( app.documents.length > 0 && app.activeDocument.pathItems.length > 0 ) {
doc = app.activeDocument;

[Code]....

View 11 Replies View Related

Lightroom :: Virtual Copies In LR4 - Page Turn Icon / Copies Not Appearing?

Jan 13, 2013

I am having an issue that cropped up as of late - I try to create a virtual copy of a photo, but instead of the normal page-turn icon in the bottom left and it auto-expanding to show the copies, it just creates a stack, and says "2" or "1 of 2" and the double line bars on both sides of the preview in Grid Mode. Is there a setting that I changed that caused that?

View 7 Replies View Related

AutoCAD Dynamic Blocks :: Link Text Items Between Pages And Items In Drawing?

Apr 17, 2013

I am hoping to link text items between pages and items in the drawing such as elevations?

So, ideally, I would have a front page to my drawing set, and this would have a 'Contents' type table on it, with the title name of each drawing in one column, then the drawing number in the next column. This is the tricky bit, someone must know: If i was to change the name / number of any item in this table, could it change also (linked to) the following items:

Drawing title  (as a text idem on the layout sheet that that drawing relates to) 

Drawing number (as a text idem on the layout sheet that that drawing relates to) 

Elevation call-out (on the plan view)

And possibly:

Excel reference cell

Drawing layout tab title (this might be pushing it!!)

Perhaps this could be done by linking to an external Excel spreadsheet with these titles modified in there? I'm not sure. This would be ideal as typing into excel is a lot easier than the triple click text modify method required currently.

I waste a lot of time renaming and updating sheet names / titles / numbers. Are there standard templates for drawing sets that may have this built in available anywhere that I could try?

View 7 Replies View Related

Photoshop :: You Have No Items To Display / 24 items Hidden Error Message

May 25, 2012

How to I "unhide" my photo files in My Pictures?

View 5 Replies View Related

AutoCad :: Remove Model Page Setup Entry From List Of Page Setups

Feb 1, 2012

Using Acad 2010

Is there a way to remove the *Model* page setup entry from the list of Page Setups in the Page Setup Manager? This is the first time I am seeing *Model* in the list, and I suspect that it the reason I am not able to generate a PDF for this particular drawing. When I try, I get the following error:

=========================
Job: - Error(s) Did Not Plot

Job ID: 5
Sheet set name:
Date and time started: 2/1/2012 10:34:53 AM
Date and time completed: 2/1/2012 10:34:54 AM
UserID: AchrisK
Profile ID:
Total sheets: 1
Sheets plotted: 0
Number of errors: 1
Number of warnings: 0

Sheet: 123456-Model - Error(s) Did Not Plot

File: C:Drawings123456.dwg
Category name:
Page setup:
Device name:
Plot file path:
Paper size:

ERROR: Internal Error: Failed to get Plot Settings Dictionary.
==================================================

I have this idea that removing *Model* from the list will do it. In addition to causing PDF creation failure, I believe it is also responsible for forcing the Model to always be in the Publish list, even though I have unchecked the "Include model when adding sheets" option. I can remove it from that list manually, but it comes back every time.

View 8 Replies View Related

AutoCAD 2013 :: Change Page Setup For More Than 1 Page At A Time?

May 6, 2013

I am guessing this will be a no but is there a way to change page setup for more than 1 page at a time?  I have multiple pages in a drawing that I want to change to all the same page setup.

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Change Ruler Scale Per Page In Multi-page Document?

Oct 16, 2010

I quite often need a separate ruler scale on each page of a multi-page document. The only way I know how to do this is to create  a separate document for each drawing that requires a new scale.

I request that you add the ability to change the ruler scale on a per page basis within a single multi-page document.

I am using CDR X5 SP1.

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Print Merge Documents - Many To One Relationships To Flow From Page To Page

Feb 10, 2013

Use merge for standard things like labels.Have a large ongoing project which requires

Lots of Excel data - eg: 6685.excel example.tifcolumns x AZrows x 300 upwards

All rows required to create a book of running information.

If I use a label type approach some rows  have less data making the layout uneven (unsuitable for the project)

Is there a way to merge with a fluid result ?

Ie row one takes up 2 lines Row 2 takes up 5 lines Row 3 takes up 1 line etc 

0728.excel example.tif

View 10 Replies View Related

GIMP :: PDF (single Page Doc) Convert To Page Sized PNG With Quality Good Enough To Read Text

Jan 28, 2012

Several times a week I need to take a PDF (single-page doc), then convertto a page-sized PNG with quality good enough to read the text (and atransparent border), and then convert to a SWF. I have a PNG-to-SWFutility, but when I used it on the PNG saved after I opened my PDF andexported from GIMP, the end result was not good enough. A co-worker saidGIMP couldn't make a PNG (w/transparency) with enough quality. He said we'dhave to use some other software. Part of the issue was not being able toresize without losing quality before the PNG export. True or false?

View 3 Replies View Related

InDesign :: Moving A Page In Document The Master Page Elements No Longer Display On Screen Or In Print

Mar 14, 2014

After moving a page in my document the master page elements no longer display on screen or in print. If I move the page to a different location in the document the master displays but if it is in the specific position that it needs to be it will not display. The document has multiple Masters and others do work on the page but the one that I need will not. I've tried deleting the page and adding a new one and that does not fix the problem. I've checked and "Hide Master Items" is not checked. The page in question is in position 48 with F-Master applied. If I move it to position 49 it works, 50, it works, 51, or any other it works. If I apply a different master to the page, it works. If I delete the page, add a new page and apply F-Master it still does not work. The only page that this problem is happening on is page 48.

View 1 Replies View Related

InDesign :: Setup Datamerge File To Create Multi Page Spread Documents With Fields On Different Page

Apr 1, 2014

Trying to set up a datamerge file to create multi page spread documents with fields on different pages. Attempting to set it up so it's as automated as possible as there are up to 20 different merge documents needing to merge with up to 100 different csv records from the same file each week .  The merge documents have different and repeated merge fields on most pages. 
 
I've set it up so that the document has facing pages, and most pages have images spread across the whole of the spread.  the pages preview fine, they are created ok when using 'Create Merged Document' although the page numbers continue from one document to another (another problem).  but when I come to export to pdf, then the merge only shows the image on the left spread but on both left and right spread single pages, and the page numbers don't show the correct page numbers eg it will go p1 p2 p1 p2 etc all the way through the document instead of p1 p2 p3 - p20 etc.  I don't want to have to merge first then pdf but can't understand why the images and page numbers are not showing correctly. 

View 2 Replies View Related

CorelDRAW X6 :: Copy / Paste Artistic Text From Page To Page

Mar 30, 2012

If it's a bug, then I cannot believe it wasn't caught before the release.  So here it is.  I simply put artistic text down on page 1. Select the text and copy to clipboard.  Add a new page and paste the text.  On my computer, the text changes from artistic text (as copied to clipboard) to paragraph default text left justified across the center of the page.  It doesn't matter how much text I select, it always pastes on the new page as paragraph text left justified and across the center of the page.

However, if I select artistic text and any other object, copy and paste to a new sheet, it works erectly. Apparently, I now have to select text and an object to insure that the paste feature works properly?

View 14 Replies View Related

Illustrator :: Save Page-tiled Document As Multi-page PDF In CS6?

Apr 4, 2013

This was very easy to do in earlier versions of Illustrator, but now it seems like the only option is to make a separate artboard for each page tile!

View 1 Replies View Related

Illustrator Scripting :: Getting Page Count For A Multi-Page PDF File?

Jun 25, 2009

how to get the page count of a multi page PDF file?  I know you can then open each page using the PDFFileOptions (pagetoopen).  But I need to know up front how many pages there are to loop thru to open each page and process each page.

View 8 Replies View Related

CorelDRAW X6 :: How To Move Any Object From Far On The Page To The Page Border

Sep 9, 2013

Untitled-1.jpg

i often do a very big and complex mix of logos names and so on.

i´d like to know if ther is any hotkey on how to move any object or a group of objects from far on the page to the page border.

View 4 Replies View Related

Photoshop :: How Do I Do A Page Curl BUT With The Edging And Texture Of The Page?

Aug 30, 2005

I have found loads of tutorials showing how to do this with a normal single tone page but I am having trouble getting the curl to work well on the bottom right hand corner with the texture and also the torn edge. I have tried distorting it but it just goes all blurred.

View 3 Replies View Related

Illustrator :: Second Page Of Two-page PDFs Printing Upside-down?

May 8, 2013

In the past two days, two-page PDFs that I save out of CS6 are printing with the second page upside down. I have tried resaving the documents—didn't work. Tried saving the documents as individual PDFs and combining the PDFs in Acrobat—didn't work. I have had my colleagues print them, and the second page is upside-down too. When I print two-page PDFs that I saved last week or longer ago, I have no problem at all. It just seems to be happening with recently saved PDFs. I didn't update any software on my computer between saving the PDFs that are printing correctly and when this problem began.

View 11 Replies View Related

AutoCad :: PDF Not Appearing On Plot?

Apr 10, 2012

One of my co-workers had an issue with a drawing, and she had a PDF file XREF'd into model space on a layer called "XREF", and she had created a viewport in paperspace and you could see that the PDF file was there. However, when you plot it, the PDF does not plot. The layer is on, and is not frozen in the viewport, and is also a plottable layer, so techicially, there should be no reason why it shouldn't appear when plotted.

The only way I could get the PDF to plot, was to remove it from model space and place it in paper space, and then I could get it to plot out. The reason for placing it in model space to begin with is so we could create a polygonal viewport and not be limited to just the rectangular shape of the PDF page. Also, with the PDF in paperspace, we can't XCLIP it and are limited to just reducing or enlarging the PDF page, which in this instance was an 8-1/2 x 11 landscape page.

Why the PDF does not plot on paper when XREF'd into modelspace but it plots out fine when the PDF is in paperspace?

View 5 Replies View Related

AutoCAD Map 3D :: WMS Connection - Layers Not Appearing

May 25, 2011

I'm trying to get connection to WMS; however after the connection is made, I don't get any layers in my list.

I've been trying many times, and the same result.

The situation is that the original Imagery were in LL84 and the provider transferred them to local CRS; since then I don't get any layers to view! Though I was able to see them before the transformation has made.

View 1 Replies View Related

AutoCAD VB :: Text Not Appearing In Textbox

Apr 3, 2012

AutoCAD 2012 is loaded on my office machine with WIndows 7 64 bit.  I have downloaded the correct vba module and installed.  After writing a simple program with two texboxes for user input and a calculation button with an answer box.  When running, the cursor appears in the textbox but neither textbox will  accept input from the keyboard and the cursor does not move nor does the tab key work even with it set in the program.  Pressing the calculate button and a zero appears. In the toolbox I have added the AcFocusCtrl control, still no luck.

View 2 Replies View Related

AutoCAD LT :: OLE Object Not Appearing When Convert Into PDF?

Apr 13, 2012

Architectural logo has inserted as OLE object in the title block, we called this title block as x-ref and inserted the title block in paper space (layout). Now when we convert into pdf the drawing the OLE object logo is not appearing and the other coponents are appearing.

what could be the reason, for PDF conversion i am using DWG to PDF.pc3

When we convert same logo as a pdf overlay in CAD by using same .pc3 file it is working fine.

 I am using AutoCAD 2011.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved